]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 14 Nov 2003 01:31:43 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Fri, 14 Nov 2003 01:31:43 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index db789aba066be992eb7a59ad8a08fb86ecbddf6f..322c851a361a5b90434d51bc43736a1068b68045 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,81 @@
+2003-11-13  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/simplexml/tests/009.phpt:
+      Fix testcase name
+
+2003-11-13  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * ext/imap/php_imap.c:
+      proto fix
+
+2003-11-13  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * NEWS:
+      BFN
+
+    * ZendEngine2/zend_operators.c:
+      Bugfix #26156 (REPLACE_ZVAL_VALUE works on uninit stack-based zvals)
+
+2003-11-13  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/simplexml/simplexml.c
+      ext/simplexml/tests/004.phpt
+      ext/simplexml/tests/009.phpt
+      ext/simplexml/tests/009.xml:
+      Fix classname, CDATA handling (semantically identical to text) and
+      iterators (Return sub elements as objects, converted to string you get
+      the text).
+
+    * (PHP_4_3)
+      ext/dba/dba.c:
+      MFH: Proto fixes (Friedhelm Betz <holliwell|gmx.net>)
+
+    * ext/dba/dba.c:
+      Proto fixes (Friedhelm Betz <holliwell|gmx.net>)
+
+2003-11-13  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * acinclude.m4:
+      - Fixed build of shared extensions which require openssl and when you only
+        have static openssl libraries.
+
+2003-11-13  Edin Kadribasic  <edink@emini.dk>
+
+    * ext/gd/libgd/gd_jpeg.c
+      main/config.w32.h
+      sapi/cgi/libfcgi/include/fcgi_config_win32.h:
+      Windows compile fix (patch by sfox@php.net).
+
+2003-11-13  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_4_3)
+      NEWS:
+      BFN
+
+    * (PHP_4_3)
+      ext/dba/dba_db2.c
+      ext/dba/dba_db3.c
+      ext/dba/dba_db4.c
+      ext/dba/tests/dba007.phpt:
+      MFH Bugfix #25794: Cannot open existing hash db3 file with write
+
+    * ext/dba/dba_db2.c
+      ext/dba/dba_db3.c
+      ext/dba/dba_db4.c:
+      Bugfix #25794: Cannot open existing hash db3 file with write
+
+    * ZendEngine2/ZEND_CHANGES
+      ZendEngine2/zend_interfaces.c:
+      IteratorAggregate::getIterator() cannot return anythingy else than objects
+
+    * ext/dba/dba.c:
+      Pass eof
+
+2003-11-13  Andi Gutmans  <andi@zend.com>
+
+    * ZendEngine2/zend_compile.c:
+      - Make sure internal clasess are malloced
+
 2003-11-12  Ilia Alshanetsky  <ilia@prohost.org>
 
     * configure.in
index 16214eea066a2010b579fbabee1980efd6d69c57..74b5ffbb438f2122dd07523eeff384518ea97368 100644 (file)
@@ -1,3 +1,19 @@
+2003-11-13  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * zend_operators.c:
+      Bugfix #26156 (REPLACE_ZVAL_VALUE works on uninit stack-based zvals)
+
+2003-11-13  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZEND_CHANGES
+      zend_interfaces.c:
+      IteratorAggregate::getIterator() cannot return anythingy else than objects
+
+2003-11-13  Andi Gutmans  <andi@zend.com>
+
+    * zend_compile.c:
+      - Make sure internal clasess are malloced
+
 2003-11-10  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_iterators.c: