[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/date/php_date.c trunk/ext/date/php_date.c

2010-05-12 Thread Michael Wallner
mike Wed, 12 May 2010 09:37:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=299277 Log: Fixed bug #51725 (xmlrpc_get_type() returns true on invalid dates). (Mike) Bug: http://bugs.php.net/51725 (Verified) xmlrpc_get_type() returns true on

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/pack.c trunk/ext/standard/pack.c

2010-05-12 Thread Dmitry Stogov
dmitry Wed, 12 May 2010 11:04:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=299279 Log: Fixed a possible memory corruption in pack(). Reported by Stefan Esser Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/bran

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/zend_operators.c trunk/Zend/zend_operators.c

2010-05-12 Thread Dmitry Stogov
dmitry Wed, 12 May 2010 11:10:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=299280 Log: Fixed a possible information leak because of interruption of XOR operator Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/b

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/string.c trunk/ext/standard/string.c

2010-05-12 Thread Dmitry Stogov
dmitry Wed, 12 May 2010 11:32:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=299281 Log: Fixed a possible memory corruption in parse_str(). Reported by Stefan Esser Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src

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

2010-05-12 Thread Sara Golemon
pollita Wed, 12 May 2010 16:42:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=299298 Log: Rename JSON_Serializable to JsonSerializable per ML discussion Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/ext/json/json.c

[PHP-CVS] svn: /php/php-src/trunk/sapi/fpm/fpm/ fpm_conf.c

2010-05-12 Thread Jérôme Loyet
fat Wed, 12 May 2010 18:29:09 + Revision: http://svn.php.net/viewvc?view=revision&revision=299302 Log: Fix #51799, when glob returns nothing, it was handle as an error instead of a warning. Bug: http://bugs.php.net/51799 (Assigned) FPM crashes if the inc

[PHP-CVS] svn: /php/win-installer/trunk/ PHPInstallerBase52.wxs PHPInstallerBase52NTS.wxs PHPInstallerBase53.wxs PHPInstallerBase53NTS.wxs PHPInstallerBase60.wxs PHPInstallerBase60NTS.wxs PHPInstaller

2010-05-12 Thread John Mertic
jmertic Wed, 12 May 2010 19:18:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=299304 Log: Bug #50584 - Fix problem with expecting newly created registry values to be available in the VB installer scripts by instead passing those values to the

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/tests/basic/bug51709_1.phpt branches/PHP_5_3/tests/basic/bug51709_2.phpt trunk/tests/basic/bug51709_1.phpt trunk/tests/basic/bug51709_2.phpt

2010-05-12 Thread Christopher Jones
sixd Wed, 12 May 2010 21:34:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=299311 Log: Errors using reserved words as methods Changed paths: A php/php-src/branches/PHP_5_3/tests/basic/bug51709_1.phpt A php/php-src/branches/PHP_

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug51791.phpt branches/PHP_5_3/ext/standard/basic_functions.c trunk/Zend/tests/bug51791.phpt trunk/ext/standard/basic_fun

2010-05-12 Thread Felipe Pena
felipe Thu, 13 May 2010 02:13:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=299320 Log: - Fixed bug #51791 (constant() aborts execution when fail to check undefined constant) Bug: http://bugs.php.net/51791 (Verified) constant() aborts exec