From: Date: Sun, 21 Oct 2001 00:12:45 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: POST_PARAMETER_PARSING_API~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc0c2ea60393f472e09303c6ecdbfc0a0b97ae6b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 719e85587a..2be3bea496 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2001-10-20 Rasmus Lerdorf + + * ext/pcre/php_pcre.h + main/SAPI.c: + Re-instated safe-mode realm mangling as it was in php 2 and 3 albeit + in a somewhat more robust way. + +2001-10-20 Andrei Zmievski + + * ext/standard/syslog.c: Fix warning, + +2001-10-20 Derick Rethans + + * ext/standard/url.c: - MFH for bug #13413 + + * ext/standard/url.c: - Fix for bug #13413 + +2001-10-20 Markus Fischer + + * pear/DB/mssql.php: + 'mssql' module works with either mssql or sybase extension + 2001-10-19 Andrei Zmievski * ext/standard/head.c: convert to use new parameter parsing API.