]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 7 Jan 2004 01:32:03 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Wed, 7 Jan 2004 01:32:03 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 51d67f28bfea140ce44dffb1c9cda1023aa79eaf..622825d02edc54a8fde542814f0c138edf52f7bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2004-01-06  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ZendEngine2/zend_mm.c:
+      Check if realloc() succeeds or not. (Noticed by Andrey)
+
+2004-01-06  Zeev Suraski  <zeev@zend.com>
+
+    * ext/standard/http.c:
+      Fix C++ style declaration
+
+2004-01-06  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * NEWS
+      ext/standard/http.c
+      ext/standard/php_http.h
+      ext/standard/tests/strings/bug26817.phpt
+      ext/standard/tests/strings/bug26819.phpt:
+      Fixed bug #26819 (http_build_query() crashes on NULL output).
+      Fixed bug #26817 (http_build_query() does not handle private & protected
+      object properties correctly).
+
+    * ext/standard/rand.c:
+      Revert proto 'fix'.
+
+2004-01-06  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * ext/iconv/iconv.c:
+      Prevent a character from being wrongly doubled in the buffer.
+
+2004-01-06  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/rand.c:
+      Proto fixes.
+
+2004-01-06  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/tests/bug26802.phpt:
+      Update
+
 2004-01-05  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * ZendEngine2/zend_execute.c
index 63712bda7f77cba1ac7c3fda0082a240dbce7b32..d04c876ace6d814afb2b0de01609a2826a70b5cc 100644 (file)
@@ -1,3 +1,13 @@
+2004-01-06  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * zend_mm.c:
+      Check if realloc() succeeds or not. (Noticed by Andrey)
+
+2004-01-06  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * tests/bug26802.phpt:
+      Update
+
 2004-01-05  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_execute.c