From: Date: Sat, 20 Oct 2001 00:10:16 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: POST_PARAMETER_PARSING_API~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc05a725eba8f7bfd90958cdcf2f9bf894381cf1;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ebae1d09e3..719e85587a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2001-10-19 Andrei Zmievski + + * ext/standard/head.c: convert to use new parameter parsing API. + + * ext/standard/levenshtein.c + ext/standard/metaphone.c + ext/standard/soundex.c: Converting to use new parameter parsing API. + +2001-10-19 Egon Schmid + + * ext/standard/head.c: Fixed other protos. + +2001-10-19 Jason Greene + + * NEWS: Fix news entry + +2001-10-19 Egon Schmid + + * ext/standard/uniqid.c: Fixed another proto. + +2001-10-19 Andrei Zmievski + + * ext/standard/uniqid.c + ext/standard/syslog.c: Conver to use new parameter parsing API. + +2001-10-19 Edin Kadribasic + + * ext/standard/http_fopen_wrapper.c: + Fixed last argument in strlcat() call. + +2001-10-19 Derick Rethans + + * ext/com/VARIANT.c: - Fix for bug #13760 + +2001-10-19 Andrei Zmievski + + * ext/standard/url.c + ext/standard/versioning.c: Convert to use new parameter parsing API. + +2001-10-19 Edin Kadribasic + + * ext/standard/http_fopen_wrapper.c: + Merged change strncpy=>strlcpy; strncat=>strlcat into the release brach. + + * ext/standard/http_fopen_wrapper.c: + Changed strncpy=>strlcpy; strncat=>strlcat + +2001-10-19 Wez Furlong + + * pear/HTML/Form.php: fix call-time pass by reference warnings + +2001-10-19 Derick Rethans + + * ext/sablot/config.m4: + - Fix bug in detecting libexpat with the sablotron extension + + * ext/zip/zip.c: - MFH + +2001-10-19 Stig Bakken + + * NEWS: * another update + 2001-10-18 Stig Bakken * NEWS: * update NEWS file