changelog Fri Jan 23 20:32:15 2004 EDT
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1516&r2=1.1517&ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1516 php-src/ChangeLog:1.1517 --- php-src/ChangeLog:1.1516 Thu Jan 22 20:32:05 2004 +++ php-src/ChangeLog Fri Jan 23 20:32:12 2004 @@ -1,3 +1,34 @@ +2004-01-23 Marcus Boerger <[EMAIL PROTECTED]> + + * ZendEngine2/zend_API.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute_API.c: + Simplify detection of methods that must be called dynamic (with object) + + * ZendEngine2/zend_execute.c + ZendEngine2/zend_execute_API.c: + Disallow calling __clone/__construct/__destruct static + Send an E_STRICT when calling a non static method static + + * ZendEngine2/zend_API.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h: + Disallow static declaration of clone + +2004-01-23 Jani Taskinen <[EMAIL PROTECTED]> + + * ext/pcntl/pcntl.c: + typofix (thanks to Mehdi Achour for noticing this) + + * ZendEngine2/zend_constants.h + ZendEngine2/zend_ini.h + ext/mysqli/php_mysqli.h + ext/ncurses/php_ncurses.h + ext/session/php_session.h: + Silence some compile warnings + 2004-01-22 Rob Richards <[EMAIL PROTECTED]> * ext/dom/tests/dom003.phpt: