]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 27 Sep 2004 00:34:15 +0000 (00:34 +0000)
committer <changelog@php.net> <>
Mon, 27 Sep 2004 00:34:15 +0000 (00:34 +0000)
ChangeLog
Zend/ChangeLog

index 2c75d8f7c262103be159c9d700bef25328898673..1eca00117a9670a99e930aef9437f784cb33cdb4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,74 @@
+2004-09-26  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend.h
+      ZendEngine2/zend_variables.h:
+      - Fix build
+
+    * ext/standard/basic_functions.c
+      ext/standard/file.c
+      ext/standard/file.h
+      ext/standard/tests/file/fputcsv.phpt:
+      - Add fputcsv() (David Sklar)
+
+    * ext/standard/tests/filters/.cvsignore:
+      
+      - Add missing .cvsignore
+
+    * ext/standard/var_unserializer.c:
+      - Earlier detection of failure (.c now)
+
+    * ext/standard/var_unserializer.re:
+      - Earlier detection of failure
+
+2004-09-26  Andi Gutmans  <andi@zend.com>
+
+    * ZendEngine2/zend.h
+      ZendEngine2/zend_variables.c
+      ZendEngine2/zend_variables.h:
+      - Apply Thies and Sterling's patch which doesn't call ctor/dtor functions
+      - for types which don't require it (BOOL/NULL/LONG/DOUBLE)
+      - Breaks serialization!!!
+
+2004-09-26  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/tests/filters/basic.phpt:
+      fixed test output.
+
+2004-09-26  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/standard/tests/serialize/002.phpt
+      ext/standard/tests/serialize/autoload_implements.p5c
+      ext/standard/tests/serialize/autoload_interface.p5c
+      ext/standard/tests/serialize/bug30234.phpt:
+      - Add more tests
+
+    * tests/classes/autoload_006.phpt
+      tests/classes/autoload_implements.p5c
+      tests/classes/autoload_interface.p5c:
+      
+      - Add new test (related to #30234)
+
+2004-09-26  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * ext/readline/readline.c:
+      compile fix from Timm
+
+    * (PHP_5_0)
+      NEWS
+      ext/sqlite/sqlite.c:
+      MFH: Fix bug #30147 OO sqlite_fetch_object did not reset error handler
+
+    * (PHP_5_0)
+      NEWS:
+      BFN
+
+    * (PHP_5_0)
+      configure.in:
+      MFH: configure check for getaddrinfo (Bug #30057)
+
+    * configure.in:
+      Finalize fix for #30057
+
 2004-09-25  Wez Furlong  <wez.php@thebrainroom.net>
 
     * ext/sqlite/sqlite.c:
index f0522305105d6f48e29f2e2703322f611ab53800..8596fb0846e341bb0802bb84da63bb79bc58e394 100644 (file)
@@ -1,3 +1,18 @@
+2004-09-26  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend.h
+      zend_variables.h:
+      - Fix build
+
+2004-09-26  Andi Gutmans  <andi@zend.com>
+
+    * zend.h
+      zend_variables.c
+      zend_variables.h:
+      - Apply Thies and Sterling's patch which doesn't call ctor/dtor functions
+      - for types which don't require it (BOOL/NULL/LONG/DOUBLE)
+      - Breaks serialization!!!
+
 2004-09-24  Anantha Kesari H Y  <hyanantha@novell.com>
 
     * zend_API.c: