From: Date: Tue, 26 Jul 2005 05:32:16 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a5eca2bae881ae02c32680f28d9a6271e801d82;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 208da31654..bfca664a1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,101 @@ +2005-07-25 Ilia Alshanetsky + + * ext/pspell/README: + Updated URL leading to latest aspell. + +2005-07-25 Rasmus Lerdorf + + * NEWS + sapi/apache2handler/sapi_apache2.c: + MFB fix for bug #33690 + + * main/php_variables.c: + I could have sworn I committed this a while ago. Just a tiny NULL safety + check here. + +2005-07-25 Marcus Boerger + + * (PHP_5_0) + NEWS: + _ BFN + +2005-07-25 Rasmus Lerdorf + + * (PHP_4_4) + NEWS + sapi/apache2handler/sapi_apache2.c: + Fix for bug #33690 + +2005-07-25 Marcus Boerger + + * ZendEngine2/zend_API.c: + - Fix #33853 + + * ext/pspell/tests/01pspell_basic.phpt: + - Be flexible about spellbook - we want to test the ext not the spell + corrections available + + * sapi/cli/php_cli_readline.c: + - Bugfix #33733 + +2005-07-25 Anantha Kesari H Y + + * (PHP_4_4) + main/php.h: + NetWare LibC SDK has pwd.h and include sys/param.h + --Kamesh + + * (PHP_4_4) + ext/session/mod_files.c: + Netware specific stat structure issues. + --Kamesh + + * (PHP_4_4) + Zend/acconfig.h: + NetWare can make use of autoconf based build. + NetWare LibC's sys/types.h does not include sys/select.h implicitly as it + is the case with Linux LibC + -- Kamesh + + * ext/standard/fsock.h + ext/standard/fsock.h + ext/standard/lcg.c + ext/standard/lcg.c: + ext/standard/fsock.h + Removing redundant inclusion of headers for NetWare + + ext/standard/lcg.c + NetWare LibC SDK sys/time.h implicitly includes sys/timval.h so nothing + special needed for NetWare here. + + --Kamesh + + * (PHP_4_4) + ext/standard/dl.c + ext/standard/fsock.h + ext/standard/lcg.c + ext/standard/link.c + ext/standard/microtime.c: + ext/standard/dl.c + NetWare LibC dlsym works perfectly only thing that each of the extension + need to export a symbol with FULL capital prefix. + + ext/standard/fsock.h + Removing redundant inclusion of headers for NetWare + + ext/standard/lcg.c + NetWare LibC SDK sys/time.h implicitly includes sys/timval.h so nothing + special needed for NetWare here. + + ext/standard/link.c + NetWare LibC SDK has pwd.h. + + ext/standard/microtime.c + Removing redundant NEW_LIBC checks and nothing special about NetWare here. + including sys/time.h will do the needful. + + --Kamesh + 2005-07-24 Yasuo Ohgaki * (PHP_4_4) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b39ab33d01..3bb39afe25 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2005-07-25 Marcus Boerger + + * zend_API.c: + - Fix #33853 + 2005-07-22 Dmitry Stogov * zend.c