[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_API.c

2010-08-11 Thread Dmitry Stogov
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_

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

2010-08-11 Thread Dmitry Stogov
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

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_execute.c zend_vm_def.h zend_vm_execute.h

2010-08-11 Thread Dmitry Stogov
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

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS Zend/tests/unset_cv05.phpt Zend/tests/unset_cv06.phpt ext/curl/tests/curl_setopt_basic001.phpt ext/dba/tests/dba_cdb_make.phpt ext/exif/tests/exif006

2010-08-11 Thread Kalle Sommer Nielsen
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

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/main/ main.c

2010-08-11 Thread Kalle Sommer Nielsen
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)

[PHP-CVS] svn: /php/php-src/trunk/ ext/curl/tests/curl_setopt_basic001.phpt ext/dba/tests/dba_cdb_make.phpt ext/exif/tests/exif006.phpt ext/filter/tests/bug39763.phpt ext/pcre/tests/bug33200.phpt ext/

2010-08-11 Thread Kalle Sommer Nielsen
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

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/sapi/cli/config.w32 trunk/sapi/cli/config.w32

2010-08-11 Thread Kalle Sommer Nielsen
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