]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 1 Oct 2001 00:12:07 +0000 (00:12 +0000)
committer <changelog@php.net> <>
Mon, 1 Oct 2001 00:12:07 +0000 (00:12 +0000)
ChangeLog

index b1e47878ddf6c9800cf213ad84d5ec86e322720a..38711301b07fa1654354c42029db846686dbfcde 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+2001-09-30  Sascha Schumann  <sascha@schumann.cx>
+
+    * 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  <jon@csh.rit.edu>
+
+    * 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  <venaas@uninett.no>
+
+    * ext/openssl/openssl.c:
+    Didn't compile, replaced some TSRMLS_C with TSRMLS_CC
+
+2001-09-30  Jason Greene  <jason@inetgurus.net>
+
+    * ext/pcntl/pcntl.c
+      ext/pcntl/php_pcntl.h:
+    Added new function pcntl_exec, which behaves similar to execve.
+
+2001-09-30  Rasmus Lerdorf  <rasmus@php.net>
+
+    * 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  <jon@csh.rit.edu>
 
     * configure.in: Build pear/scripts/phptar in the configure run.