Dmitry Stogov
be925c44bb
Fixed support for IIS FastCGI technical preview
2007-04-19 13:41:37 +00:00
Dmitry Stogov
29d9c1ebb9
Impersonation fix
2007-03-01 07:51:07 +00:00
Dmitry Stogov
1901a20ab7
reverted impersonation fix because of 4.4.6 release process
2007-02-27 15:15:56 +00:00
Dmitry Stogov
7e424740fd
Backport: Fixed impersonation support for persistent FastCGI connections.
2007-02-27 11:05:56 +00:00
Antony Dovgal
7c33078b31
fix C++ comments
2005-04-22 09:21:49 +00:00
foobar
176a6e48ec
MFH: - Fix outside-source-tree builds. Always include generated header files
...
with #include <some_header.h> to make sure the correct file is used.
2005-01-09 21:05:39 +00:00
foobar
912c7fc107
- Quote macro names in AC_DEFUN()
...
# Fixes also bug #29160
# for i in `grep -r -l AC_DEFUN *`; do perl -i -pe "s#AC_DEFUN\(([^\[])(.*)\,#AC_DEFUN([\1\2],#g" $i; done;
2004-12-30 07:02:19 +00:00
Stanislav Malyshev
da74ef221f
fix potential buffer overrun
2003-12-07 12:57:26 +00:00
Sascha Schumann
8d28cb5737
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 22:08:17 +00:00
Sascha Schumann
092b805de5
Fix VPATH builds
2003-05-29 14:55:07 +00:00
Shane Caraveo
f4e68f2504
MFH
2002-12-02 05:25:55 +00:00
Shane Caraveo
c16d330371
MFH
2002-12-01 23:15:31 +00:00
SVN Migration
7801f96096
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
2002-11-26 12:06:00 +00:00
Shane Caraveo
acb9bc95e3
fixes for unix, untested
...
remove exit calls
fix a couple function definitions
2002-10-13 08:34:27 +00:00
Shane Caraveo
2b40a0f2a3
fix shutdown issues
2002-10-13 07:23:17 +00:00
Shane Caraveo
bfd3efcbd3
fix invalid handle issue that shutdown php fastcgi prematurly
...
fix checking os name for impersonation
2002-10-13 05:55:03 +00:00
Shane Caraveo
c806dca62c
add security impersonation feature for running under IIS security
2002-03-18 04:48:34 +00:00
Shane Caraveo
4a8dda7d01
fix closing pipes
...
fix buffer overrun
2002-03-17 08:21:18 +00:00
Sebastian Bergmann
3573a92c1a
Fix warning, hope this is okay.
2002-03-11 07:58:52 +00:00
Shane Caraveo
79bb884eec
combine fastcgi capability with regular cgi binary
...
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.
2002-03-10 21:39:28 +00:00