]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 21 Sep 2005 05:35:49 +0000 (05:35 +0000)
committer <changelog@php.net> <>
Wed, 21 Sep 2005 05:35:49 +0000 (05:35 +0000)
ChangeLog
Zend/ChangeLog

index 53784757cdc773d952559bf806da4d5f96a3fb67..84a642564da0f0028064ab0db8eb1ccc78b9328b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,78 @@
+2005-09-20  Johannes Schlüter  <schlueter@phpbar.de>
+
+    * (PHP_4_4)
+      ext/standard/credits.c
+      ext/standard/credits.c
+      ext/standard/credits.c:
+      - MFH: Remove HTML fragments from phpcredits() in CLI mode
+
+    * ext/standard/credits.c:
+      - Remove HTML fragments from phpcredits() in CLI mode
+
+2005-09-20  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_4_4)
+      NEWS
+      NEWS:
+      BFN
+
+    * (PHP_4_4)
+      ext/session/session.c
+      ext/session/session.c:
+      MFH: - Fixed bug #21306 (catch bailouts of write handler during RSHUTDOWN)
+
+    * ext/session/session.c:
+      - Fixed bug #21306 (catch bailouts of write handler during RSHUTDOWN)
+
+2005-09-20  Stanislav Malyshev  <stas@zend.com>
+
+    * ext/session/session.c
+      ext/session/session.c
+      ext/session/session.c
+      ext/session/session.c:
+      fix crash on restarting static PHP having session modules loaded
+
+2005-09-20  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_0)
+      NEWS:
+      BFN
+
+    * (PHP_5_0)
+      ext/standard/http.c
+      ext/standard/var.c
+      ext/wddx/wddx.c:
+      MF5.1: fix #34505 (Possible memory corruption when unmangling properties
+      with empty names)
+      (part 2)
+
+    * (PHP_5_0)
+      ZendEngine2/zend.c
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_reflection_api.c:
+      MF5.1: fix #34505 (Possible memory corruption when unmangling properties
+      with empty names)
+
+2005-09-20  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * Makefile.global:
+      - Synch utest with test
+
+2005-09-20  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_1)
+      NEWS:
+      no irrelevant news here (pdo was never in PHP before, no point)
+
+2005-09-20  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      ext/dom/php_dom.c:
+      Fixed access to uninitialized value
+
 2005-09-19  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ZendEngine2/zend_reflection_api.c:
index 063d682a7d183f54ad3e7fff8f853638747451a7..3e01bf6c08683f7708779c6500fbfe5b818583dd 100644 (file)
@@ -1,3 +1,15 @@
+2005-09-20  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_0)
+      zend.c
+      zend_builtin_functions.c
+      zend_compile.c
+      zend_compile.h
+      zend_execute.c
+      zend_reflection_api.c:
+      MF5.1: fix #34505 (Possible memory corruption when unmangling properties
+      with empty names)
+
 2005-09-19  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_reflection_api.c: