diff options
author | <changelog@php.net> | 2005-07-26 05:32:16 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-07-26 05:32:16 +0000 |
commit | 3a5eca2bae881ae02c32680f28d9a6271e801d82 (patch) | |
tree | 1cc3bf098afc62e146f33b7b9fc0ffd51ae86983 /ChangeLog | |
parent | b77cefd588cd289e3832fa2859fc203e15f13046 (diff) | |
download | php-git-3a5eca2bae881ae02c32680f28d9a6271e801d82.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 98 |
1 files changed, 98 insertions, 0 deletions
@@ -1,3 +1,101 @@ +2005-07-25 Ilia Alshanetsky <ilia@prohost.org> + + * ext/pspell/README: + Updated URL leading to latest aspell. + +2005-07-25 Rasmus Lerdorf <rasmus@lerdorf.com> + + * 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 <marcus.boerger@post.rwth-aachen.de> + + * (PHP_5_0) + NEWS: + _ BFN + +2005-07-25 Rasmus Lerdorf <rasmus@lerdorf.com> + + * (PHP_4_4) + NEWS + sapi/apache2handler/sapi_apache2.c: + Fix for bug #33690 + +2005-07-25 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * 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 <hyanantha@novell.com> + + * (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 <yohgaki@ohgaki.net> * (PHP_4_4) |