From: Date: Thu, 10 Aug 2000 01:09:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.2RC1~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e8db7f4959e670d82f99736cd83e3be522d6bc6;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4e49f62193..bda77063c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2000-08-09 Zeev Suraski + + * NEWS: + Update NEWS, including some stuff that somehow got forgotten on my home machine + + * main/main.c: Update to be consistent with the new Zend API + +2000-08-09 Brendan W. McAdams + + * ext/ccvs/ccvs.c: + Updated Supported CCVS Versions based on Conversation with Doug. All versions of CCVS 3.0 and greater should work without problems. + +2000-08-09 Thies C. Arntzen + + * ext/msql/php_msql.c: - Fix mSQL_close(). (nick@loman.net) + +2000-08-09 Brendan W. McAdams + + * ext/ccvs/ccvs.c: Added Dougs name to the PHPINFO "Support By" call. + Added a "Release Supports CCVS Versions..." line in PHPINFO + +2000-08-09 Thies C. Arntzen + + * ext/standard/basic_functions.c: fix #6061 + +2000-08-09 Brendan W. McAdams + + * ext/ccvs/ccvs.c + ext/ccvs/ccvs.h: Looks like I found my problem. + I was predeclaring my functions in ccvs.h (stupid of me), so PHP was seeing the predec from internal_functions.h, the predec again, and then the actual functions and barfing. Compiles into apache now. Will test further. + + * ext/ccvs/config.m4: + Tracked the stray -libccvs call to a bad config directive in the config.m4 file. + +2000-08-09 Zeev Suraski + + * sapi/isapi/php4isapi.c: Fix a couple of bugs in the ISAPI module: + - I think NTLM should work now + - Fix the DOCUMENT_ROOT code + +2000-08-09 Brendan W. McAdams + + * ext/ccvs/config.m4: + Trying to resolve the build issue. This module is currently broken. PHP compiles it fine but I'm having linking issues when it gets to the apache level. + Any help would be greatly appreciated. + + * ext/ccvs/ccvs.c + ext/ccvs/ccvs.h: + Looks like my editor barfed sometime today and saved the source files as + PC Format. Fixed that. Seeing some compiletime issues that I'm working on resolving. + 2000-08-08 Brendan W. McAdams * ext/ccvs/Makefile.in