From f9e5c338031760fcee69e016bc894dcbd6feefd4 Mon Sep 17 00:00:00 2001 From: Date: Thu, 2 Nov 2000 02:09:09 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/ChangeLog b/ChangeLog index f7270de3f5..57a1abdf2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +2000-11-01 Jani Taskinen + + * ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: Validators are happy now. + +2000-11-01 dickmeiss + + * ext/yaz/php_yaz.c + ext/yaz/php_yaz.h: Updated for ZTS mode. + +2000-11-01 Andi Gutmans + + * ext/pdf/pdf.c: - Beautify + +2000-11-01 Sascha Schumann + + * sapi/apache2filter/sapi_apache2.c: + Our context's lifetime differs from the lifetime of a filter's context, + so don't set the filter's context in the INIT_CTX macro. + + * sapi/apache2filter/README + sapi/apache2filter/sapi_apache2.c: + Use Input filters for handling POST data + +2000-11-01 Andi Gutmans + + * main/safe_mode.c + main/safe_mode.h: + - Define the different possible modes for readibility and use in the rest + - of PHP + + * main/safe_mode.c: + - In function declerations the opening { should be on a new line + + * ext/standard/file.c: - Change some estrdup()'s to estrndup()'s + + * sapi/apache/mod_php4.c: + - Revert patch which seems to have caused the STOP mechanism not to work. + - I'm not quite sure why this should have caused harm even if not completey + - the right way of doing it. + +2000-11-01 Jani Taskinen + + * ext/domxml/php_domxml.c: No more segfaults. + + * ext/gd/gd.c: Add line of possible XBM support to the phpinfo() + + * ext/mcal/php_mcal.c: + Fixed some compile warnings and removed useless code. + 2000-10-31 Zeev Suraski * sapi/apache/mod_php4.c: Fix Apache build -- 2.50.1