From: Date: Sat, 21 Jul 2001 00:09:57 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_TSRM_MERGE_PATCH~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d4e4e0cf5399e47a6d277ff5eceec7e637462ba;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5532ca18c7..ef6d840af2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,64 @@ +2001-07-20 Holger Zimmermann + + * sapi/pi3web/pi3web_sapi.c: Updated + + * sapi/pi3web/pi3web_sapi.h + sapi/pi3web/pi3web_sapi.c: + Updated PHP mode, fixed indent mode, added syntax check mode + +2001-07-20 Sascha Schumann + + * ext/iconv/iconv.c + ext/sablot/sablot.c: + Fix last two instances of using ext/standard/php_output.h + +2001-07-20 Thies C. Arntzen + + * ext/mbstring/mbstring.c + ext/mailparse/mailparse.c: fix include + +2001-07-20 Zeev Suraski + + * ext/standard/output.c + ext/standard/php_output.h: + Retain downwards compatibility - cool idea Jon :) + + * NEWS: Update NEWS + + * ext/standard/Makefile.in + main/Makefile.in: Fix UNIX build + + * ext/session/session.c + ext/standard/output.c + main/internal_functions_win32.c + main/output.c + main/php.h + win32/php4dllts.dsp: Fix Windows build + + * ext/standard/output.c + ext/standard/php_output.h + main/main.c + main/output.c + main/php_output.h: + Avoid getting bailouts on text output during shutdown. Text output is now + 'officially' disabled during shutdown (this doesn't change the Apache module + behavior, but may change behavior of other server modules, in which it was + possible to emit output during shutdown; I think it's a good step towards + consistency, though) + + * configure.in: Fix broken text + +2001-07-20 Daniel Beulshausen + + * ext/gd/gd.c: fix font handling in vdir mode + +2001-07-20 Sascha Schumann + + * ext/ircg/ircg.c: Retire a hash function and use FNV-1 + + * ext/standard/string.c + NEWS: Add optional support for using boyer-moore to str_replace. + 2001-07-19 Joey Smith * ext/ext_skel: I just got annoyed by this, eventually. :)