]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 27 May 2004 00:32:10 +0000 (00:32 +0000)
committer <changelog@php.net> <>
Thu, 27 May 2004 00:32:10 +0000 (00:32 +0000)
ChangeLog
Zend/ChangeLog

index 6d68c8a03985834e2616319c071ec5d5b7306981..581446f8dbee953865456350f937c015ff35a9d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,85 @@
+2004-05-26  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * ZendEngine2/zend_object_handlers.c:
+      Fix leak on systems where alloca isn't really alloca.
+
+    * main/streams/filter.c
+      main/streams/php_stream_filter_api.h:
+      Fix silly mistake.
+      Thanks Antony :)
+
+2004-05-26  Andrei Zmievski  <andreiz@gmail.com>
+
+    * (PHP_4_3)
+      Zend/zend_constants.c:
+      Make sure zend_get_constant() result is initialized properly.
+
+    * ZendEngine2/zend_constants.c:
+      Avoid unnecessary and silly copying of constant name when registering.
+
+2004-05-26  Andi Gutmans  <andi@zend.com>
+
+    * ZendEngine2/zend_alloc.c:
+      - Fix memory manager problem
+
+2004-05-26  Andrei Zmievski  <andreiz@gmail.com>
+
+    * (PHP_4_3)
+      Zend/zend_constants.c:
+      Avoid unnecessary copy when registering a constant.
+
+2004-05-26  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      run-tests.php:
+      MFH: Turn off session.auto_start to prevent test failures.
+
+    * run-tests.php:
+      Turn off session.auto_start to prevent test failures.
+
+2004-05-26  Pierre-Alain Joye  <pierre@dotgeek.org>
+
+    * ext/gd/tests/bug27582_2.phpt:
+      - Remove this test, it still segfaults anyway (less noise in tests :) )
+        Already removed in PHP_4_3 branch
+
+2004-05-26  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      ext/xslt/tests/xslt_backend_info.phpt:
+      Fixed test failure due to incorrect library check.
+
+2004-05-26  Andi Gutmans  <andi@zend.com>
+
+    * ext/standard/basic_functions.c:
+      - Use FREE_HASHTABLE instead of efree()
+
+2004-05-26  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * ext/standard/proc_open.c:
+      Apparently it is better to specify 500 here for unix98 bits and pieces.
+
+    * (PHP_4_3)
+      ext/mcve/config.m4:
+      Fix build
+
+    * ext/mcve/config.m4:
+      Fix build...
+
+2004-05-26  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * ZendEngine2/ZEND_CHANGES:
+      Update Reflection API class names. Whitespace fixes.
+
+2004-05-26  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_4_3)
+      ext/sockets/sockets.c:
+      - MFH: Fixed bug #28523 (Typo in ext/sockets/sockets.c)
+
+    * ext/sockets/sockets.c:
+      - Fixed bug #28523 (Typo in ext/sockets/sockets.c)
+
 2004-05-25  Stefan Esser  <sesser@suspekt.org>
 
     * main/SAPI.c:
index d0c11c24cb7baaf153116faa89b2f089a1639d4c..311ce70bf3ccf0723b5b0d9cda53199a9b8f144e 100644 (file)
@@ -1,3 +1,23 @@
+2004-05-26  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * zend_object_handlers.c:
+      Fix leak on systems where alloca isn't really alloca.
+
+2004-05-26  Andrei Zmievski  <andreiz@gmail.com>
+
+    * zend_constants.c:
+      Avoid unnecessary and silly copying of constant name when registering.
+
+2004-05-26  Andi Gutmans  <andi@zend.com>
+
+    * zend_alloc.c:
+      - Fix memory manager problem
+
+2004-05-26  Sebastian Bergmann  <sb@sebastian-bergmann.de>
+
+    * ZEND_CHANGES:
+      Update Reflection API class names. Whitespace fixes.
+
 2004-05-25  Andi Gutmans  <andi@zend.com>
 
     * zend_objects_API.h: