]> granicus.if.org Git - php/commit
Major bug fix upgrade to the bundled libfcgi
authorSascha Schumann <sas@php.net>
Sun, 21 Sep 2003 22:08:17 +0000 (22:08 +0000)
committerSascha Schumann <sas@php.net>
Sun, 21 Sep 2003 22:08:17 +0000 (22:08 +0000)
commit8d28cb57378a2c21bdbdf1c6240795996d4ec179
tree00e3d5798e81bbb0cba06773b203ee4fa252420f
parentc1a998a6048cff8cd1b61216a5afada47fce3090
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.
sapi/cgi/cgi_main.c
sapi/cgi/libfcgi/fcgiapp.c
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/fcgio.h
sapi/cgi/libfcgi/include/fcgios.h
sapi/cgi/libfcgi/os_unix.c
sapi/cgi/libfcgi/os_win32.c