changelog               Sun Sep 21 20:32:22 2003 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1394 php-src/ChangeLog:1.1395
--- php-src/ChangeLog:1.1394    Sat Sep 20 20:31:58 2003
+++ php-src/ChangeLog   Sun Sep 21 20:32:21 2003
@@ -1,3 +1,51 @@
+2003-09-21  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      sapi/cgi/cgi_main.c
+      sapi/cgi/libfcgi/fcgiapp.c
+      sapi/cgi/libfcgi/os_unix.c
+      sapi/cgi/libfcgi/os_win32.c
+      sapi/cgi/libfcgi/include/fastcgi.h
+      sapi/cgi/libfcgi/include/fcgi_config_win32.h
+      sapi/cgi/libfcgi/include/fcgi_stdio.h
+      sapi/cgi/libfcgi/include/fcgiapp.h
+      sapi/cgi/libfcgi/include/fcgimisc.h
+      sapi/cgi/libfcgi/include/fcgio.h
+      sapi/cgi/libfcgi/include/fcgios.h:
+      Major bug fix upgrade to the bundled libfcgi
+      
+      A delta between libfcgi 2.2.2 and 2.4.1-SNAP has been applied to the
+      source.  Shane's impersonation, putenv and exit->return improvements
+      have been carried over.  One of Shane's changes caused the first process
+      to hang after one request.  The modification has been deactived
+      (os_win32.c).
+      
+      These changes together with a patch to mod_fastcgi, make
+      Apache/mod_fastcgi
+      and PHP work under Win32.  It was basically unusable before that.
+
+2003-09-21  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/sqlite/sqlite.c:
+      - return correct hash constants
+      - check for 'memory' in sqlite_factory() too (noticed by John Coggeshal)
+
+2003-09-21  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ext/openssl/xp_ssl.c:
+      Merge remaining code from 4.3 to fix #22238 in HEAD.
+
+2003-09-21  Uwe Steinmann  <[EMAIL PROTECTED]>
+
+    * ext/dbase/dbase.c:
+      - fixed typo in error message
+
+2003-09-21  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * ext/session/session.c:
+      Alias session_commit to session_write_close, a more intuitive name
+      for the functionality.
+
 2003-09-20  Sascha Schumann  <[EMAIL PROTECTED]>
 
     * ext/standard/string.c:

Reply via email to