Sebastian Bergmann
51a34ef7ed
MFH: Bump copyright year.
2007-12-31 07:23:06 +00:00
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
Dmitry Stogov
02430a4f61
Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when parent is killed)
2007-02-16 11:47:20 +00:00
Sebastian Bergmann
746301b213
MFH: Bump year.
2007-01-01 09:47:28 +00:00
Antony Dovgal
7637f98be2
MFH
2006-12-28 22:36:59 +00:00
Dmitry Stogov
134f474e5f
Fixed crash on error message during PHP startup in FastCGI
2006-02-22 15:11:53 +00:00
Dmitry Stogov
8fbbbc41b7
iFixed several small FastCGI releated bugs
2006-02-03 16:31:09 +00:00
foobar
2b3336117c
bump year and license version
2006-01-01 13:47:46 +00:00
Michael Wallner
ff0b18fcf9
- sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP response splitting
...
- sapi_send_headers() already takes care of default_content_type (left over of fix for bug #29983 )
2005-11-02 14:43:09 +00:00
Johannes Schlüter
ac41083b82
- MFH: Fix #34557 php -m exits with "error" 1
2005-10-06 20:39:26 +00:00
foobar
5b6edac5bc
MFH
2005-04-28 14:24:47 +00:00
foobar
3f573827c2
MFH
2005-04-28 13:14:46 +00:00
Antony Dovgal
7c33078b31
fix C++ comments
2005-04-22 09:21:49 +00:00
foobar
028b68cc1e
Revert broken patch
2005-02-11 02:12:30 +00:00
foobar
bfccdca1d8
MFH: - Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME)
...
# patch by: lukem at NetBSD dot org
2005-02-04 10:42:01 +00:00
foobar
8391424f4d
MFH: Fix ZTS build
2005-01-11 13:36:39 +00:00
foobar
2a28c3b94a
MFH: - Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream).
2005-01-10 15:39:20 +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
Edin Kadribasic
bfe60f6a55
MFH: Made php -m output sorted case-insensitevly
2004-07-14 22:38:18 +00:00
Sascha Schumann
d8e1afab0b
- revert to proper behaviour. The environment variable PHP_FCGI_CHILDREN
...
must be explicitly set to != 0 to make the fastcgi-enabled binary
act as a standalone fcgi server.
2004-07-05 11:40:28 +00:00
Ilia Alshanetsky
ddbc35b39c
MFH: Fixed bug #27802 (default number of children to 8 when
...
PHP_FCGI_CHILDREN is not defined).
2004-03-31 17:01:45 +00:00
Ilia Alshanetsky
a9674113d1
MFH: Fixed bug #22127 (Invalid response code when force-cgi-redirect safety
...
mechanism is triggered).
2004-03-12 14:07:14 +00:00
Marcus Boerger
69eaab8aac
MFH: Bug #27104 CLI/CGI SAPI module variable name conflict
2004-02-11 22:00:38 +00:00
Ilia Alshanetsky
a9e21b0a18
MFH: Win32 build fix.
2004-02-11 14:52:34 +00:00
Ilia Alshanetsky
353b838a13
MFH:
...
Fixed win32 build.
Added missing headers needed for wait().
Removed duplicate signal.h header.
2004-02-10 17:44:44 +00:00
Ilia Alshanetsky
8e46f4b273
MFH: Fixed bug #26758 (FastCGI exits immediately with status 255).
2004-02-10 00:30:03 +00:00
Ilia Alshanetsky
86337bac18
MFH: Fixed bug #27026 (Added cgi.nph that allows forcing of the Status: 200
...
header that is not normally needed).
2004-02-10 00:03:44 +00:00
Marcus Boerger
331b6605c3
Fix a memleak
2004-01-19 19:57:17 +00:00
Derick Rethans
e41bc6906c
- Fixed year in version notices
2004-01-13 09:13:44 +00:00
Stanislav Malyshev
da74ef221f
fix potential buffer overrun
2003-12-07 12:57:26 +00:00
foobar
9dfae5b28d
MFH
2003-12-01 16:12:42 +00:00
foobar
1406239f9a
Fix "bug" #26039
2003-10-31 01:28:11 +00:00
Ilia Alshanetsky
800b1765ae
MFH: Fixed formatting issues (patch by: Joe Orton)
2003-10-17 02:21:37 +00:00
foobar
2dfed48c99
MFH: Aligned configure help texts.
2003-10-03 05:26:30 +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
foobar
24f458a004
- MFH: build problems fix with CLI
2003-09-08 13:10:34 +00:00
Sascha Schumann
cbb59ee1b0
Update documentation, -b ip:port works
2003-09-03 08:24:17 +00:00
Sascha Schumann
b02ce8bdc7
fix heuristic: if someone passed "-b IP:port", this check would
...
falsely recognize the parameter as defining only a port.
2003-09-03 08:14:14 +00:00
Sascha Schumann
b4a6c9fe75
fetch fd correctly in fastcgi case
2003-09-02 16:16:12 +00:00
Sascha Schumann
2457ddb3ba
implement get_fd/force_http_10 methods for CGI SAPI
2003-09-02 11:23:57 +00:00
Sascha Schumann
e225eee248
nuke unused var
2003-09-02 11:15:14 +00:00
Ilia Alshanetsky
bd3cb846c0
MFH: Don't forget to flush() buffers for -w -s
2003-08-13 02:01:59 +00:00
Sascha Schumann
f2565109ea
don't overwrite script_path_translated if no PATH_TRANSLATED was received
2003-08-04 19:05:05 +00:00
Ilia Alshanetsky
85f4e2b191
MFH: Preserve exit status for non-php execution modes.
2003-08-01 16:53:03 +00:00
Ilia Alshanetsky
e945608fa4
MFH: Fixed bug #23509 (exit code lost when exit() called from
...
register_shutdown_function())
2003-08-01 12:29:48 +00:00
foobar
9eeb62c4a3
MFH: Be more verbose about what is installed (and in CGI case, WHERE)
2003-07-02 02:48:16 +00:00