[PHP-CVS] cvs: php-src /ext/spl/examples dualiterator.inc

2009-02-03 Thread Etienne Kneuss
colder Tue Feb 3 12:40:01 2009 UTC Modified files: /php-src/ext/spl/examples dualiterator.inc Log: Fix #47031 (Fix constants in example) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/examples/dualiterator.inc?r1=1.4r2=1.5diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/phar Makefile.frag

2009-02-03 Thread Greg Beaver
cellog Tue Feb 3 18:17:24 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/phar Makefile.frag Log: fix bug #47265 (generating phar.phar fails because of safe_mode)

[PHP-CVS] cvs: php-src /ext/phar Makefile.frag

2009-02-03 Thread Greg Beaver
cellog Tue Feb 3 18:25:59 2009 UTC Modified files: /php-src/ext/phar Makefile.frag Log: MFB fix Bug #47265 (generating phar.phar fails because of safe_mode) http://cvs.php.net/viewvc.cgi/php-src/ext/phar/Makefile.frag?r1=1.17r2=1.18diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/phar stream.c /ext/phar/tests bug47085.phpt

2009-02-03 Thread Greg Beaver
cellog Tue Feb 3 18:29:25 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/phar/tests bug47085.phpt Modified files: /php-srcNEWS /php-src/ext/phar stream.c Log: fix bug #47085:rename() returns true even if the file in

[PHP-CVS] cvs: php-src /ext/phar stream.c /ext/phar/tests bug47085.phpt

2009-02-03 Thread Greg Beaver
cellog Tue Feb 3 18:29:46 2009 UTC Modified files: /php-src/ext/phar stream.c /php-src/ext/phar/tests bug47085.phpt Log: MFB: fix bug #47085:rename() returns true even if the file in PHAR does not exist

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/bz2 bz2_filter.c

2009-02-03 Thread Greg Beaver
cellog Tue Feb 3 18:56:26 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/bz2bz2_filter.c Log: Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress after end of stream)

[PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c

2009-02-03 Thread Greg Beaver
cellog Tue Feb 3 19:02:41 2009 UTC Modified files: /php-src/ext/bz2bz2_filter.c Log: MFB: Re-Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress after end of stream)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sockets sockets.c

2009-02-03 Thread Ilia Alshanetsky
iliaa Tue Feb 3 19:22:55 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/socketssockets.c Log: MFB: Return empty string when recv() does not fetch any data

[PHP-CVS] cvs: php-src /ext/sockets sockets.c

2009-02-03 Thread Ilia Alshanetsky
iliaa Tue Feb 3 19:23:12 2009 UTC Modified files: /php-src/ext/socketssockets.c Log: MFB: Return empty string when recv() does not fetch any data http://cvs.php.net/viewvc.cgi/php-src/ext/sockets/sockets.c?r1=1.209r2=1.210diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/simplexml simplexml.c /ext/simplexml/tests bug46048.phpt

2009-02-03 Thread David Coallier
davidc Tue Feb 3 21:42:36 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/simplexml/testsbug46048.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: - Fixed Bug #46048 (SimpleXML top-level @attributes not part

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2009-02-03 Thread David Coallier
davidc Tue Feb 3 21:45:19 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - Added news item for Bugfix #46048 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.485r2=1.2027.2.547.2.965.2.486diff_format=u Index: php-src/NEWS

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/simplexml simplexml.c /ext/simplexml/tests bug46048.phpt

2009-02-03 Thread Ilia Alshanetsky
MFH to 5.2? On 3-Feb-09, at 4:42 PM, David Coallier wrote: davidc Tue Feb 3 21:42:36 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/simplexml/tests bug46048.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: - Fixed Bug #46048

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/sockets sockets.c

2009-02-03 Thread Ilia Alshanetsky
iliaa Tue Feb 3 19:22:40 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/socketssockets.c Log: Return empty string when recv() does not fetch any data

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests bug46048.phpt

2009-02-03 Thread David Coallier
davidc Wed Feb 4 00:07:27 2009 UTC Modified files: /php-src/ext/simplexml simplexml.c /php-src/ext/simplexml/testsbug46048.phpt Log: - MFB (Fixed Bug #46048: SimpleXML top-level @attributes not in iterator).