pollita Wed, 05 May 2010 22:48:14 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299037
Log:
Add JSON_Serializable interface
Objects implementing JSON_Serializable will have
their ->jsonSerialize() method called
Similar to serialize() and __slee
felipe Wed, 05 May 2010 21:55:44 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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: http://bugs.php.net/5
pajoye Wed, 05 May 2010 13:51:54 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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
=
pajoye Wed, 05 May 2010 13:39:35 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299022
Log:
- #51063, news and test
Bug: http://bugs.php.net/51063 (Assigned) Add getimagesizefromstring
Changed paths:
A php/php-src/trunk/ext/standar
pajoye Wed, 05 May 2010 13:37:40 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299021
Log:
- #51063, implement getimagesizefromstring
Bug: http://bugs.php.net/51063 (Assigned) Add getimagesizefromstring
Changed paths:
U php/php-sr
rrichardsWed, 05 May 2010 11:40:11 +
Revision: http://svn.php.net/viewvc?view=revision&revision=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