Sascha Schumann
afdaee9e47
Nuke more quotes
2001-05-12 11:09:05 +00:00
Ben Mansell
13e4699ae3
Removed a duplicate php_import_environment_variables() call
...
from fastcgi sapi
2001-05-04 09:49:14 +00:00
Ben Mansell
98af7a8d7d
Patch from Stephen Landamore: speed up the environment merging by
...
using memcpy instead of putenv.
2001-05-02 17:19:58 +00:00
foobar
8a26918ed1
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
...
# Heads up people! I tested this before committing but you never know..
2001-03-27 20:35:04 +00:00
Ben Mansell
afbcd5c4eb
Changed header handling; before, we were somehow losing
...
Content-Type: text/html
2001-03-27 15:16:34 +00:00
Ben Mansell
87bc51fc5c
Fix a bug with POST requests. If the Content-Type header wasn't present,
...
we were setting SG(request_info).content_type to NULL, instead of
an empty string. This was stopping PHP from processing the data.
2001-03-22 18:48:51 +00:00
Ben Mansell
08df6f9b67
@ New FastCGI server module
...
New FastCGI server module. Based on the thttpd server module with
large chunks of code ripped from the cgi module. Also modifies
Makefile.in and configure.in in order to make it build properly.
# This initial checkin has been tested with the Zeus web server,
# but should work with any server that has a correct FastCGI
# implementation.
2001-03-19 11:03:29 +00:00