Hi, out of curiosity: Which compiler/platform complained about that? Many compilers accept the trailing comma as a language extension, while C89, the standard we currently follow, forbids it (C99 would allow it).
Could somebody apply the patch - Thanks! johannes On Tue, 2009-06-16 at 19:54 +0900, Seiji Masugata wrote: > Hollo. > > Small build problem was found, in PHP5.3.0RC3. > Please apply this patch. > > > Best Regards, > > -- > Seiji Masugata > > > -- ../php-5.3.0RC3,orig/Zend/zend_stream.h 2009-03-12 07:11:53.000000000 > +0900 > +++ Zend/zend_stream.h 2009-06-16 15:04:33.000000000 +0900 > @@ -38,7 +38,7 @@ > ZEND_HANDLE_FD, > ZEND_HANDLE_FP, > ZEND_HANDLE_STREAM, > - ZEND_HANDLE_MAPPED, > + ZEND_HANDLE_MAPPED > } zend_stream_type; > > > > -- ../php-5.3.0RC3,orig/ext/reflection/php_reflection.c 2009-05-22 > 01:01:37.000000000 +0900 > +++ ext/reflection/php_reflection.c 2009-06-16 15:28:48.000000000 +0900 > @@ -191,7 +191,7 @@ > REF_TYPE_OTHER, /* Must be 0 */ > REF_TYPE_FUNCTION, > REF_TYPE_PARAMETER, > - REF_TYPE_PROPERTY, > + REF_TYPE_PROPERTY > } reflection_type_t; > > > -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php