summaryrefslogtreecommitdiff
path: root/sapi/cgi/libfcgi/include
Commit message (Collapse)AuthorAgeFilesLines
* Major bug fix upgrade to the bundled libfcgiSascha Schumann2003-09-215-172/+91
| | | | | | | | | | | 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.
* Fix VPATH buildsSascha Schumann2003-05-291-2/+2
|
* MFHShane Caraveo2002-12-013-114/+28
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2002-11-261-0/+111
|
* add security impersonation feature for running under IIS securityShane Caraveo2002-03-181-0/+4
|
* combine fastcgi capability with regular cgi binaryShane Caraveo2002-03-109-0/+1592
include fastcgi library for ease of windows builds NOTE: included fastcgi library is modified for thread safety, but fastcgi support in cgi_main.c is only written for single threaded serving. This does not present any issue for using fastcgi.