From: Date: Mon, 1 Oct 2001 00:12:07 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php4~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd15cd8ef91ac0582bec147f9cfd46a280c99d8f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b1e47878dd..38711301b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2001-09-30 Sascha Schumann + + * sapi/thttpd/thttpd.c: + Add QUERY_STRING, HTTP_HOST, HTTP_ACCEPT_LANGUAGE to the script + environment. + + Also support setting the INI path from the outside. + +2001-09-30 Jon Parise + + * ext/msession/.cvsignore: Ignore generated files. + + * ext/msession/config.m4: + Allow the location of the Phoenix library to be specified on the configure + commandline. + +2001-09-30 Stig Venaas + + * ext/openssl/openssl.c: + Didn't compile, replaced some TSRMLS_C with TSRMLS_CC + +2001-09-30 Jason Greene + + * ext/pcntl/pcntl.c + ext/pcntl/php_pcntl.h: + Added new function pcntl_exec, which behaves similar to execve. + +2001-09-30 Rasmus Lerdorf + + * ext/gd/gd.c: MFH + + * ext/gd/gd.c: + I could have sworn I test compiled this when I committed it a couple of + days ago. Must have been hallucinating. + 2001-09-29 Jon Parise * configure.in: Build pear/scripts/phptar in the configure run.