From 6b7e6992a24533b4c1334240c86f28a87b28ca84 Mon Sep 17 00:00:00 2001 From: Date: Sat, 24 Jan 2004 01:32:18 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 31 +++++++++++++++++++++++++++++++ Zend/ChangeLog | 25 +++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/ChangeLog b/ChangeLog index fac7fbdff21..927081714d3 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 ae2f756f9a4..e15987dffed 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: