diff options
| -rw-r--r-- | ChangeLog | 53 | ||||
| -rw-r--r-- | Zend/ChangeLog | 8 |
2 files changed, 61 insertions, 0 deletions
@@ -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) 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 <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: |
