From: Date: Sat, 24 Jan 2004 01:32:18 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php_ibase_before_split~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b7e6992a24533b4c1334240c86f28a87b28ca84;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index fac7fbdff2..927081714d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2004-01-23 Marcus Boerger + + * 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 + + * 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 * ext/dom/tests/dom003.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ae2f756f9a..e15987dffe 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,28 @@ +2004-01-23 Marcus Boerger + + * zend_API.c + zend_compile.c + zend_compile.h + zend_execute.c + zend_execute_API.c: + Simplify detection of methods that must be called dynamic (with object) + + * zend_execute.c + zend_execute_API.c: + Disallow calling __clone/__construct/__destruct static + Send an E_STRICT when calling a non static method static + + * zend_API.c + zend_compile.c + zend_compile.h: + Disallow static declaration of clone + +2004-01-23 Jani Taskinen + + * zend_constants.h + zend_ini.h: + Silence some compile warnings + 2004-01-22 Marcus Boerger * zend_default_classes.c: