Jani Taskinen
eb923bf6fc
MFH: - Changed AC_ARG_* options to PHP_ARG_* options.
...
MFH: - Some cleanups here and there
MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure
MFH: options)
# Note to Marcus: ext/dba/config.m4 needs to be "converted" to use
# the PHP_ARG_* options. I did't touch it needs quite a lot of work to keep
# it's current behaviour regarding "enabled-by-default" parts of it.
#
# Hint: By using the PHP_ARG_* options you have the "default" option.. ;)
2007-07-11 23:20:37 +00:00
Dmitry Stogov
3a5501e0d4
ECONNABORTED is not a critical error (Andrei Nigmatulin)
2007-07-09 11:48:39 +00:00
foobar
7ed3c4536d
MFH: Fix some configure --help texts
2007-07-03 17:25:43 +00:00
Dmitry Stogov
e5909f149c
Fixed bug #40419 (Trailing Slash in CGI request don't work)
2007-06-26 14:47:16 +00:00
Dmitry Stogov
5d2180835a
no need to return exit status of the last fastcgi request
2007-06-21 08:40:43 +00:00
Antony Dovgal
5c75e5b4f4
MFH: add missing open_basedir checks to CGI
2007-06-04 15:38:12 +00:00
foobar
ca1b7e7b47
fix test
2007-06-03 22:50:19 +00:00
Dmitry Stogov
e35679618e
Removed deprecated comment
2007-05-28 08:11:59 +00:00
Antony Dovgal
ccd16d09c0
MFH
2007-05-27 19:23:09 +00:00
foobar
a894611636
- Unify installation of SAPIs: CGI is no exception anymore.
2007-05-24 23:29:59 +00:00
Dmitry Stogov
23409a4bbf
Fixed crash on "php -b 1234 -unknown-option"
2007-05-21 09:08:13 +00:00
Dmitry Stogov
3040a34b21
libfcgi cleanup (Andrei Nigmatulin)
2007-05-21 08:47:51 +00:00
Ilia Alshanetsky
30dd6a45d3
Fixed a possible crash when PATH_INFO is not provided but the path contains
...
path info information
2007-05-20 15:56:10 +00:00
Dmitry Stogov
633aff5541
Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in "Status:" header)
2007-05-15 08:17:08 +00:00
Dmitry Stogov
6e8438633b
Fixed bug #41291 (FastCGI does not set SO_REUSEADDR). (fmajid at kefta dot com)
2007-05-10 15:21:02 +00:00
Antony Dovgal
a10cd19d05
MFH: fix long options
2007-04-23 11:05:16 +00:00
Marcus Boerger
f62d5c9adf
- MFH getopt fixes
2007-04-22 15:31:16 +00:00
Antony Dovgal
695e81c2cc
fix test
2007-04-17 20:17:25 +00:00
foobar
4f54b301ef
- Fix a possible leak when multiple -c parameters are used
2007-04-17 20:00:53 +00:00
Antony Dovgal
a0370cd797
add tests for CGI
2007-04-17 19:49:26 +00:00
Antony Dovgal
44066f23b7
MFH: fix leak appearing when more than one -f option specified
2007-04-17 18:51:34 +00:00
foobar
2fe7267d53
MFH: Simplify previous patch.
2007-04-15 23:06:08 +00:00
foobar
a40b6f5c4f
- Allow using syntax highlighting under FastCGI mode.
2007-04-15 22:52:07 +00:00
foobar
c71b1401ff
- Synch these files from sapi/cli/ and allow using s.c. long-options
...
with CGI.
2007-04-15 22:50:58 +00:00
Dmitry Stogov
857f992cd3
Removed wrong size_t definition
2007-04-09 15:39:59 +00:00
Sara Golemon
52b07d1895
Add missing #if check
2007-03-29 18:47:04 +00:00
Dmitry Stogov
4a119f9a79
Improved FastCGI SAPI to support external pipe and socket servers on win32
2007-03-28 15:39:22 +00:00
Dmitry Stogov
1e13ef2de5
Fixed compilation warning
2007-03-12 07:39:01 +00:00
Dmitry Stogov
c2a71f8eb1
Return HTTP 403 in case of "access denied".
2007-03-09 16:46:07 +00:00
Ilia Alshanetsky
efad70c2cc
snprintf() -> slprintf()
2007-02-27 03:28:17 +00:00
Dmitry Stogov
94d7b8b004
poll() is not affected by FD_SETSIZE (Tony)
2007-02-26 09:38:44 +00:00
Dmitry Stogov
0caa2be91f
Use poll() instead of select() if available
2007-02-24 11:20:43 +00:00
Marcus Boerger
50ea26760d
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
2007-02-24 02:17:47 +00:00
Dmitry Stogov
2b5e7d315f
Check for FD_SETSIZE limit
2007-02-21 15:46:13 +00:00
Antony Dovgal
43d788ec33
MFH: move PHP_TEST_WRITE_STDOUT to acinclude.m4 and use it in configure.in
2007-02-20 20:11:11 +00:00
Antony Dovgal
748b6fdeb3
MFH: make use of startup hooks
2007-02-20 19:20:41 +00:00
Ilia Alshanetsky
9ae588dfb1
Fixed strlcat() usage.
...
# Thanks Andi
2007-02-19 23:52:13 +00:00
Dmitry Stogov
2a170f0584
Initialize "retval" on each request
2007-02-19 14:13:02 +00:00
Dmitry Stogov
7c77611057
Fixed fcgi_putenv() semantic with NULL value
2007-02-19 13:21:14 +00:00
Ilia Alshanetsky
26214fc15f
Eliminate strcat() usage
...
Fixed handling of argv[] for GET
2007-02-18 18:08:22 +00:00
Dmitry Stogov
780c66d14b
Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when parent is killed)
2007-02-16 11:30:03 +00:00
Dmitry Stogov
a79d74b694
Fixed bug #40414 (possivle endless fork() loop when running fastcgi)
2007-02-15 12:33:16 +00:00
Dmitry Stogov
12bbbf022f
Fixed Bug #40352 (FCGI_WEB_SERVER_ADDRS function get lost)
2007-02-15 12:04:59 +00:00
Andi Gutmans
71645e8c4f
- Give Dmitry credit for all the FastCGI work
2007-02-14 08:12:27 +00:00
Dmitry Stogov
d44cb7fa7b
Prevent flush of closed handle on php_module_shutdown()
2007-01-29 19:36:01 +00:00
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
2007-01-01 09:36:18 +00:00
Antony Dovgal
2820e6c1fa
MFH
2006-12-28 22:36:53 +00:00
Dmitry Stogov
868ac7d3a3
Fixed bug #39869 (safe_read does not initialize errno). (michiel at boland dot org)
2006-12-19 09:17:04 +00:00
Dmitry Stogov
7389f59f4d
Fixed FastCGI impersonation for persistent connections on Windows
2006-12-05 08:55:15 +00:00
Dmitry Stogov
8619bf8332
Removed unnecessary getenv/putenv calls
2006-11-15 13:33:41 +00:00