From: Date: Sun, 21 Sep 2003 00:32:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_7~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5d828f92d8d89533457fa2d7026ceee465f2734;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 878963ddcd..e1a7f44cf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,59 @@ +2003-09-20 Sascha Schumann + + * ext/standard/string.c: + MFB Avoid zero-length keys which result in a spinning process + + * (PHP_4_3) + ext/standard/string.c: + Avoid zero-length keys which result in a spinning process + +2003-09-20 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c: + Add public array Reflection_Class::getDefaultProperties() + +2003-09-20 Sascha Schumann + + * sapi/thttpd/thttpd_patch + sapi/thttpd/thttpd_patch + sapi/thttpd/thttpd_patch: + Fix potential buffer overrun + +2003-09-20 Jani Taskinen + + * win32/glob.c: + Nuke compile warnings + +2003-09-20 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/standard/dir.c: + MFH: Fixed bug #25583 (Incorrect handling of paths starting with / on win32 + inside glob() function). + + * ext/standard/dir.c: + Fixed bug #25583 (Incorrect handling of paths starting with / on win32 + inside glob() function). + + * (PHP_4_3) + TSRM/tsrm_virtual_cwd.h: + Revert previous patch. + + * TSRM/tsrm_virtual_cwd.h: + Revert patch r1.40, bug is in glob() not IS_ABSOLUTE_PATH() + + * (PHP_4_3) + NEWS: + Bug fixing news. + + * (PHP_4_3) + TSRM/tsrm_virtual_cwd.h: + MFH: Fixed bug #25583 (Incorrect handling of absolute path without drive). + + * TSRM/tsrm_virtual_cwd.h: + Fixed bug #25583 (Incorrect handling of absolute path without drive). + 2003-09-19 Tomas V.V.Cox * pear/docs/rfc01_PEAR_pecl-binaries.txt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 17d721e8fe..86cc3aa16e 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2003-09-20 Marcus Boerger + + * zend_reflection_api.c: + Add public array Reflection_Class::getDefaultProperties() + 2003-09-18 Marcus Boerger * zend_builtin_functions.c: