dmitry Wed, 11 Aug 2010 08:34:54 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302101
Log:
Fixed support for static properties of internal classes
Changed paths:
U php/php-src/trunk/Zend/zend_API.c
Modified: php/php-src/trunk/Zend/zend_
dmitry Wed, 11 Aug 2010 09:38:41 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302104
Log:
In ZTS mode default properties and constants of internal classes can't be
modified in place and have to be separated
Changed paths:
U php/php-src
dmitry Wed, 11 Aug 2010 15:34:06 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302110
Log:
Optimization of ASSIGN instruction
Changed paths:
U php/php-src/trunk/Zend/zend_execute.c
U php/php-src/trunk/Zend/zend_vm_def.h
U php
kalleWed, 11 Aug 2010 21:12:18 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302118
Log:
Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fixes
#52570)
# Trunk patch will follow shortly
Bug: http://bugs.php.net/525
kalleWed, 11 Aug 2010 21:18:45 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302119
Log:
Seems like this one skipped the commit (E_ERROR -> E_CORE_ERROR) for
zend.ze1_compatibility_mode (re #52570)
Bug: http://bugs.php.net/52570 (Assigned)
kalleWed, 11 Aug 2010 21:41:30 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302121
Log:
MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED
(Fixes #52570)
# Some of the updated tests were to make them sync with
kalleWed, 11 Aug 2010 22:38:15 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302123
Log:
Fixed bug #50804 (Document configure.js --enable-crt-debug)
Bug: http://bugs.php.net/50804 (Open) Documenting configure.js
--enable-crt-debug
C