From: Date: Mon, 22 Oct 2001 00:11:40 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: POST_PARAMETER_PARSING_API~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24b033170f980f88bd1c0354d75b696e90a853e5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2be3bea496..91b28e680a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2001-10-21 Rasmus Lerdorf + + * main/SAPI.c: MFH + + * main/SAPI.c: + Check if PCRE support is compiled in and only use the pcre functions if + it is. Otherwise just set the realm to the safe mode user id if it isn't. + +2001-10-21 Sterling Hughes + + * ext/xmlrpc/xmlrpc-epi-php.c: MFB + + * ext/xmlrpc/xmlrpc-epi-php.c: fix zts build + +2001-10-21 Rasmus Lerdorf + + * ext/standard/array.c: Oops, leftover crud + + * ext/standard/array.c + ext/standard/basic_functions.c + ext/standard/php_array.h: + Motivated by bug #13607 I wrote up a simple array_init() function that + lets you quickly create an array and initialize each element to a certain + value. + +2001-10-21 Jani Taskinen + + * ext/standard/crypt.c + NEWS: MFH + + * NEWS: missing entry + + * ext/standard/crypt.c + NEWS: Fixed bugs: #13251, #9827, #11363 + +2001-10-21 Rasmus Lerdorf + + * sapi/apache/php_apache.c: MFH + + * ext/pcre/php_pcre.h: MFH + (oops, should have been in one commit) + + * main/SAPI.c: MFH + + * sapi/apache/php_apache.c: + This made no sense before. Hide Authorization in getallheaders() but + display it from phpinfo()? Ouch! + 2001-10-20 Rasmus Lerdorf * ext/pcre/php_pcre.h