[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/simplexml/simplexml.c branches/PHP_5_2/ext/simplexml/tests/bug48601.phpt branches/PHP_5_3/NEWS branches/PHP_5_3/ext/simplexml/si

2010-05-05 Thread Rob Richards
rrichardsWed, 05 May 2010 11:40:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299016 Log: fix bug #48601 (xpath() returns FALSE for legitimate query) add test Bug: http://bugs.php.net/48601 (Open) xpath() returns FALSE for legitimate query

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ image.c

2010-05-05 Thread Pierre Joye
pajoye Wed, 05 May 2010 13:51:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299023 Log: - nuke unused vars Changed paths: U php/php-src/trunk/ext/standard/image.c Modified: php/php-src/trunk/ext/standard/image.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/acinclude.m4 branches/PHP_5_3/acinclude.m4 trunk/acinclude.m4

2010-05-05 Thread Felipe Pena
felipe Wed, 05 May 2010 21:55:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299035 Log: - Fixed bug #51740 (acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted) Patch by: dave dot mulford at gmail dot com Bug:

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/json/json.c ext/json/php_json.h ext/json/tests/serialize.phpt

2010-05-05 Thread Sara Golemon
pollita Wed, 05 May 2010 22:48:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=299037 Log: Add JSON_Serializable interface Objects implementing JSON_Serializable will have their -jsonSerialize() method called Similar to serialize() and