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
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.
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
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
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
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
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