From: Date: Tue, 19 Oct 2004 00:36:32 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2f6707429f6eec30f272421c214a636315e76c0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2cd00b0909..ee20b521a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2004-10-18 Ilia Alshanetsky + + * (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 + + * (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 + + * 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 + + * main/main.c + main/main.c: + - Revert patch until it is discussed + 2004-10-17 Ilia Alshanetsky * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5e1fe59450..c1b70718c8 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2004-10-18 Anantha Kesari H Y + + * 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 * zend_compile.c: