]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 25 Mar 2004 01:35:42 +0000 (01:35 +0000)
committer <changelog@php.net> <>
Thu, 25 Mar 2004 01:35:42 +0000 (01:35 +0000)
ChangeLog
Zend/ChangeLog

index 2f5882ffdbaf1f3b1c20f15f3b5d44779d59c5dd..79806c066f39ec86c7c817a0bca5db22adadf905 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,76 @@
+2004-03-24  Hartmut Holzgraefe  <hartmut@php-groupies.de>
+
+    * ext/dbx/package.xml
+      ext/filepro/package.xml
+      ext/session/package.xml
+      ext/sockets/package.xml
+      ext/tokenizer/package.xml
+      ext/wddx/package.xml
+      ext/yaz/package.xml:
+      more visa to sibira ;)
+
+2004-03-24  George Schlossnagle  <george@omniti.com>
+
+    * ext/simplexml/tests/021.phpt:
+      added test for property_exists checks.
+
+2004-03-24  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend.c
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_globals.h:
+      New autoload protection schema was implemented (Using HashTable instead of
+      boolean flag)
+
+2004-03-24  Derick Rethans  <php@derickrethans.nl>
+
+    * ZendEngine2/zend_operators.c
+      main/rfc1867.c:
+      - Revert bogus commit
+
+2004-03-24  Dmitry Stogov  <dmitry@zend.com>
+
+    * tests/lang/bug22367.phpt:
+      Fixed (strict warning was added to expected output)
+
+2004-03-24  Stanislav Malyshev  <stas@zend.com>
+
+    * main/main.c:
+      and set module startup flag on startup
+
+    * main/main.c:
+      reset module shutdown flag on startup
+
+2004-03-24  Derick Rethans  <php@derickrethans.nl>
+
+    * NEWS
+      ZendEngine2/zend_operators.c
+      main/rfc1867.c:
+      - Fixed NEWS
+
+2004-03-24  Dmitry Stogov  <dmitry@zend.com>
+
+    * NEWS
+      ZendEngine2/tests/bug27641.phpt:
+      Fixed bug #27641 (Object cloning in ze1_compatibility_mode was
+      reimplemented)
+
+    * ZendEngine2/zend_execute.c
+      ZendEngine2/zend_variables.c:
+      Object cloning in ze1 compatibility mode (zend.ze1_compatibility_mode) was
+      reimplemented (Dmitry, Andi)
+
+2004-03-24  Antony Dovgal  <tony2001@phpclub.net>
+
+    * ext/oci8/package.xml:
+      add account names & emails
+
+2004-03-24  George Schlossnagle  <george@omniti.com>
+
+    * ext/simplexml/simplexml.c:
+      fixed non-existent elements check
+      ref: http://news.php.net/article.php?group=php.internals&article=8660
+
 2004-03-23  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ext/sqlite/sqlite.c
index 781da69a5e1309fc979d330a2a4b198a633cbdf6..d1cd4fc3aa1b84afa881b51a507d74d9ff43fb84 100644 (file)
@@ -1,3 +1,30 @@
+2004-03-24  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend.c
+      zend_execute_API.c
+      zend_globals.h:
+      New autoload protection schema was implemented (Using HashTable instead of
+      boolean flag)
+
+2004-03-24  Derick Rethans  <php@derickrethans.nl>
+
+    * zend_operators.c:
+      - Revert bogus commit
+
+    * zend_operators.c:
+      - Fixed NEWS
+
+2004-03-24  Dmitry Stogov  <dmitry@zend.com>
+
+    * tests/bug27641.phpt:
+      Fixed bug #27641 (Object cloning in ze1_compatibility_mode was
+      reimplemented)
+
+    * zend_execute.c
+      zend_variables.c:
+      Object cloning in ze1 compatibility mode (zend.ze1_compatibility_mode) was
+      reimplemented (Dmitry, Andi)
+
 2004-03-22  Andi Gutmans  <andi@zend.com>
 
     * zend_compile.c: