]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 19 Oct 2004 00:36:32 +0000 (00:36 +0000)
committer <changelog@php.net> <>
Tue, 19 Oct 2004 00:36:32 +0000 (00:36 +0000)
ChangeLog
Zend/ChangeLog

index 2cd00b09098b3efb02cd02f71cb8725b5ff4dd99..ee20b521a0c9fa097d76fd4f8c4285911e43bb30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2004-10-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS
+      ext/curl/curl.c
+      ext/curl/interface.c:
+      MFH: Fixed bug #30475 (curl_getinfo() may crash in some situations).
+
+    * ext/curl/interface.c:
+      Fixed bug #30475 (curl_getinfo() may crash in some situations).
+
+2004-10-18  Antony Dovgal  <tony2001@phpclub.net>
+
+    * (PHP_4_3)
+      NEWS
+      NEWS:
+      BFN
+
+    * (PHP_4_3)
+      main/php_variables.c
+      main/php_variables.c:
+      MFH: fix bug #30442 ( segmentation fault when parsing ?getvariable[][ )
+
+    * main/php_variables.c:
+      fix bug #30442 ( segmentation fault when parsing ?getvariable[][ )
+
+2004-10-18  Anantha Kesari H Y  <hyanantha@novell.com>
+
+    * ZendEngine2/zend_modules.h:
+      including zend_compile.h for NetWare as NetWare uses MetroWerks Code
+      warrior compiler which does not allow declarations of following kind
+      before defining the types.
+      extern struct _zend_arg_info first_arg_force_ref[2];
+
+    * main/php_scandir.c:
+      removing inclusion of platform specific config files as they are already
+      included from php_scandir.h
+
+    * (PHP_5_0)
+      main/main.c:
+      removing a call to php_output_activate in php_module_startup(Fix for
+      bug#30397)
+
+    * main/main.c:
+      removing php_output_activate Fix for bug#30397
+
+2004-10-18  Derick Rethans  <php@derickrethans.nl>
+
+    * main/main.c
+      main/main.c:
+      - Revert patch until it is discussed
+
 2004-10-17  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_3)
index 5e1fe59450a38d0b9ee573e72663eaa4ec8bbea0..c1b70718c803582d3ae28d15d9f8d25ea6ad2f4d 100644 (file)
@@ -1,3 +1,11 @@
+2004-10-18  Anantha Kesari H Y  <hyanantha@novell.com>
+
+    * zend_modules.h:
+      including zend_compile.h for NetWare as NetWare uses MetroWerks Code
+      warrior compiler which does not allow declarations of following kind
+      before defining the types.
+      extern struct _zend_arg_info first_arg_force_ref[2];
+
 2004-10-16  Andi Gutmans  <andi@zend.com>
 
     * zend_compile.c: