]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 24 Jan 2004 01:32:18 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Sat, 24 Jan 2004 01:32:18 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index fac7fbdff21e482bc744a2dd4cd2d5735203dba2..927081714d35d8e321cc95e43b024486ec450ad2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2004-01-23  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * 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  <jani.taskinen@kolumbus.fi>
+
+    * 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  <rrichards@ctindustries.net>
 
     * ext/dom/tests/dom003.phpt:
index ae2f756f9a478cff9b02eff7fe925cdd21ffff84..e15987dffed0b954c312489ffce0cee774f821e3 100644 (file)
@@ -1,3 +1,28 @@
+2004-01-23  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * 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  <jani.taskinen@kolumbus.fi>
+
+    * zend_constants.h
+      zend_ini.h:
+      Silence some compile warnings
+
 2004-01-22  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_default_classes.c: