]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 15 Dec 2003 01:31:56 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Mon, 15 Dec 2003 01:31:56 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 8515ef65399800cedc70d930664ded7f9f4d7f1a..2258cec6715abbd23889c3070aabfced86a83503 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,94 @@
+2003-12-14  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/session/tests/014.phpt:
+      Update test to reflect new functionality.
+
+    * NEWS
+      ext/session/session.c:
+      Fixed bug #24693 (Allow session.use_trans_sid to be enabled/disabled from
+      inside the script).
+
+2003-12-14  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_4_3)
+      NEWS:
+      BFN
+
+    * (PHP_4_3)
+      ext/dba/dba.c
+      ext/dba/dba_flatfile.c
+      ext/dba/tests/dba_handler.inc:
+      MFH: Synch (as far as possible) and fix #26304
+
+    * ext/dba/tests/dba_handler.inc:
+      Change to more complicated 'c' more
+
+    * ext/dba/dba.c
+      ext/dba/dba_flatfile.c:
+      - Fix Bug #26304 Unexpected data loss when opening dba file
+      - Correct handling for flatfile handler
+
+    * ext/dba/libinifile/inifile.c
+      ext/dba/libinifile/inifile.h:
+      Not needed
+
+2003-12-14  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * README.PHP4-TO-PHP5-THIN-CHANGES:
+      Reorganization.
+
+    * README.PHP4-TO-PHP5-THIN-CHANGES:
+      Note about Apache2 SAPI change.
+
+2003-12-14  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/sqlite/sqlite.c
+      ext/sqlite/tests/sqlite_011.phpt
+      ext/sqlite/tests/sqlite_oo_011.phpt:
+      Do not mangle column names.
+
+    * tests/lang/bug22367.phpt:
+      Fixed test.
+
+    * ext/standard/file.h
+      main/streams/userspace.c:
+      Fixed compiler warnings.
+
+2003-12-14  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * tests/classes/array_access_003.phpt:
+      Fix test
+
+2003-12-14  Zeev Suraski  <zeev@zend.com>
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_execute.h:
+      Fix behavior of return-by-reference functions.  Remove erroneous warnings,
+      add E_STRICT warnings in case you return something by reference that
+      you're
+      not supposed to (anything that's not a variable, or a return-value of a
+      function that returned by reference).
+
+2003-12-14  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * TSRM/TSRM.c:
+      Removed doubled loop from wrongly applied patch
+
+2003-12-14  Zeev Suraski  <zeev@zend.com>
+
+    * ext/standard/basic_functions.c:
+      Cleanup
+
+    * ZendEngine2/zend.h
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_execute.h:
+      Some cleanup
+
+    * TSRM/TSRM.c:
+      Fix from Michael Sisolak (destructors weren't always properly called)
+
 2003-12-13  Sara Golemon  <php@alphaweb.net>
 
     * main/streams/userspace.c:
index c997052f222dc60feca94f8bb7ea981d7dba4037..62541e1ab10e4bf5ec58e537bdafb91089b7adc4 100644 (file)
@@ -1,3 +1,20 @@
+2003-12-14  Zeev Suraski  <zeev@zend.com>
+
+    * zend_compile.c
+      zend_compile.h
+      zend_execute.c
+      zend_execute.h:
+      Fix behavior of return-by-reference functions.  Remove erroneous warnings,
+      add E_STRICT warnings in case you return something by reference that
+      you're
+      not supposed to (anything that's not a variable, or a return-value of a
+      function that returned by reference).
+
+    * zend.h
+      zend_execute.c
+      zend_execute.h:
+      Some cleanup
+
 2003-12-13  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
 
     * zend_operators.c: