[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/reflection/php_reflection.c branches/PHP_5_3/ext/reflection/tests/bug53915.phpt trunk/ext/reflection/php_reflection.c trunk/ext/

2011-02-03 Thread Gustavo André dos Santos Lopes
cataphract Thu, 03 Feb 2011 12:38:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=307970 Log: - Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error on constants with self::. - Reflown some NEWS entries to have lines no longer tha

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/reflection/php_reflection.c trunk/ext/reflection/php_reflection.c

2011-02-03 Thread Gustavo André dos Santos Lopes
cataphract Thu, 03 Feb 2011 12:45:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=307971 Log: - Simpler fix for bug #53915. Bug: http://bugs.php.net/53915 (Assigned) ReflectionClass::getConstants emits fatal error on selfreferencing constants.

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

2011-02-03 Thread Ilia Alshanetsky
iliaaThu, 03 Feb 2011 13:33:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=307975 Log: Fixed compiler warnings caused by var re-declaration Changed paths: U php/php-src/branches/PHP_5_3/ext/soap/soap.c U php/php-src/trunk/ext/s

[PHP-CVS] svn: /php/php-src/trunk/ext/intl/spoofchecker/ spoofchecker_main.c

2011-02-03 Thread Scott MacVicar
scottmac Thu, 03 Feb 2011 16:29:23 + Revision: http://svn.php.net/viewvc?view=revision&revision=307976 Log: Fix docblocks on SpoofChecker and remove exceptions after discussion with Stas. Changed paths: U php/php-src/trunk/ext/intl/spoofchecker/spoofchec

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/standard/basic_functions.c ext/standard/basic_functions.h main/SAPI.c main/SAPI.h

2011-02-03 Thread Scott MacVicar
scottmac Thu, 03 Feb 2011 16:47:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=307977 Log: Add header_register_callback(), allows a userland function to be called as all the headers are being sent and after all of the default headers have been

[PHP-CVS] svn: /php/php-src/trunk/ext/mbstring/tests/ bug20087.phpt mb_parse_str.phpt mb_parse_str02.phpt

2011-02-03 Thread Scott MacVicar
scottmac Thu, 03 Feb 2011 17:07:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=307978 Log: XFAIL these for the moment, Kalle totally broke these in 298241 when removing register_globals Changed paths: U php/php-src/trunk/ext/mbstring/tes

[PHP-CVS] svn: /php/php-src/trunk/main/ SAPI.c

2011-02-03 Thread Kalle Sommer Nielsen
kalleThu, 03 Feb 2011 23:57:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=307986 Log: Fix ZTS build Changed paths: U php/php-src/trunk/main/SAPI.c Modified: php/php-src/trunk/main/SAPI.c