Dmitry Stogov
dbf6f9b81c
Fixed bug #37496 (FastCGI output buffer overrun)
2006-05-22 09:23:01 +00:00
Antony Dovgal
0e5ce38c04
fix typo
2006-05-22 06:49:44 +00:00
Dmitry Stogov
c0c388832c
- Removed source compatibility with libfcgi
...
- Optimized access to FastCGI environment using HashTable instead of linear sear
ch
- Allowed PHP_FCGI_MAX_REQUESTS=0 to disable PHP die
- Allowed PHP_FCGI_CHILDREN=0 to disable PHP spawn workers
2006-05-15 14:30:50 +00:00
Rasmus Lerdorf
9b985490f6
We might want to consider moving this to a long throughout the sapi code,
...
but for now switch to a signed int.
2006-05-13 21:48:14 +00:00
Dmitry Stogov
b75a22b203
Fixed bug #37306 (max_execution_time = max_input_time).
2006-05-11 22:08:55 +00:00
Rasmus Lerdorf
839c3e24a3
MFB input filter hook for getenv()
2006-05-10 21:25:01 +00:00
Ilia Alshanetsky
2721311863
MFB: Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4).
2006-05-09 22:00:36 +00:00
Edin Kadribasic
75af4d3bb5
MFB: Enable parallel build against Apache 2.2 libs and headers
2006-05-07 00:10:06 +00:00
Dmitry Stogov
27fe3ef1e7
Fixed bug #37313 (sigemptyset() used without including <signal.h>). (jdolecek)
2006-05-05 07:05:59 +00:00
Antony Dovgal
8ab0e121d4
plug leak
2006-05-03 19:40:49 +00:00
Dmitry Stogov
d958c27fca
Fixed bug #37205 (incompatibility with mod_fastcgi)
2006-05-03 15:48:33 +00:00
Dmitry Stogov
0f489f738c
Fixed incompatibility with isapi_fcgi.dll
2006-05-03 13:20:12 +00:00
Uwe Schindler
c9156346eb
Remove hiding of authorization headers completely because safe mode canceled
2006-04-29 21:50:17 +00:00
Frank M. Kromann
954199c9fb
More ZSTR() fixes
2006-04-29 14:53:26 +00:00
Dmitry Stogov
f9a6119214
Proper fix for bug #37205
2006-04-27 11:39:46 +00:00
Dmitry Stogov
3bc7017543
Revert wrong fix
2006-04-26 17:48:45 +00:00
Dmitry Stogov
8fbff809bd
Fixed bug #37205 (Serving binary content/images fails with "comm with server aborted" FastCGI err)
2006-04-26 11:08:23 +00:00
Edin Kadribasic
80ac536d13
MFB: Correctly import external data ( #33292 )
2006-04-26 09:32:11 +00:00
Dmitry Stogov
09d628c62d
Fixed compilation on Solaris
2006-04-24 09:56:56 +00:00
Andrei Zmievski
a4cea91d01
MFB
2006-04-23 19:57:40 +00:00
Frank M. Kromann
1791befa0c
Fix Win32 build. NULL_ZSTR was converted to ZSTR(NULL_ZSTR)
2006-04-22 10:39:31 +00:00
Dmitry Stogov
4c583d6f73
Fixed SUN_LEN calculation
2006-04-18 06:59:31 +00:00
Dmitry Stogov
83657db8ff
Fixed memory leaks
2006-04-18 06:58:54 +00:00
Dmitry Stogov
f3c00034b6
CGI anf FastCGI assume $_SERVER and $_ENV have the same values,
...
so we don't need construct the same arrays twich and may just copy it
2006-04-07 13:45:51 +00:00
Dmitry Stogov
3ada78d408
Removed unnecessary copying
2006-04-07 12:39:28 +00:00
Ilia Alshanetsky
ae08857016
Removed extra space in the Content-Type header for logos
...
Simplified stderr error reporting in apache sapi.
2006-04-02 17:58:07 +00:00
Dmitry Stogov
4b09d37f66
MTH: Allowed '-b' with UNIX sockets
2006-03-23 10:20:14 +00:00
Michael Wallner
1251f42585
MFB: fix php_apache_sapi_header_handler() modifying sapi_header
2006-03-19 14:58:06 +00:00
Andrei Zmievski
a75b8f5f35
Fix compiler errors by using NULL_ZSTR where zstr is expected.
...
# I guess we need to use NULL_ZSTR instead of NULL when passing NULL to
# functions that expect zstr parameter.
2006-03-17 22:52:55 +00:00
Dmitry Stogov
34c493ea07
Unicode support for dl() patch.
2006-03-17 13:45:43 +00:00
Dmitry Stogov
f584e957ac
Optimized FastCGI SAPI check. Check for ini options only once.
2006-03-17 09:32:47 +00:00
Dmitry Stogov
86780519d4
Disabled dl(). Now it is enabled only when a SAPI layer registers it explicitly. Only CLI, CGI and EMBED do this.
2006-03-16 16:53:10 +00:00
Pierre Joye
bb1ec86f9d
- remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase
...
(calling ini_set('magic_....') returns 0|false
- get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false
- set_magic_quotes_runtime raises an E_CORE_ERROR
2006-03-08 00:43:32 +00:00
Alex Waugh
b7d6d705f1
Fix for RISC OS
2006-03-07 22:37:18 +00:00
Alex Waugh
ad777e3c78
Improve DOCUMENT_ROOT setting
2006-03-07 22:34:37 +00:00
Ilia Alshanetsky
87c4a01b87
Nuke safe_mode from sapi/*
...
# only main/ remains at this point, this is the next step
2006-03-07 14:43:16 +00:00
Pierre Joye
303bfea78f
- remove register_globals support (aka "Kill the f***ing thing" :)
2006-03-07 00:20:54 +00:00
Dmitry Stogov
6f7619cf6f
Unicode support: zstr union
2006-03-01 16:27:47 +00:00
Johannes Schlüter
14e07c9ae2
- List --rf/--rc/--re only with enabled reflection
2006-02-21 21:14:36 +00:00
Johannes Schlüter
851e5109f6
- Fix build with readline-support
2006-02-21 21:04:19 +00:00
Dmitry Stogov
0f1209ab3d
Portable unicode string API:
...
- use the same type (int) for zval.value.usr.len and zval.value.str.len
- use union "zstr" as char*/UChar* mixture instead of void*
- Z_UNISTR() and Z_UNILEN() no longer check for Z_TYPE()
- nuke int32_t from ZE (not finisned)
2006-02-21 20:12:43 +00:00
Antony Dovgal
46882d6782
MF51: fix memory leak and possible invalid reads
2006-02-15 11:16:30 +00:00
Antony Dovgal
eb49217161
fix #36400 (Custom 5xx error does not return correct HTTP response error code)
2006-02-15 11:07:33 +00:00
Dmitry Stogov
09ca61c125
Made server wide switch for unicode on/off (according to PDM).
2006-02-13 10:23:59 +00:00
Frank M. Kromann
322be18f4d
MFB51 Fix build on win32
2006-02-04 23:58:22 +00:00
Dmitry Stogov
47e607a93a
Fixed bug #36158 (SIGTERM is not handled correctly when running as a FastCGI server)
2006-02-03 16:30:27 +00:00
Dmitry Stogov
ed3a54c657
AIX support
2006-02-02 10:00:09 +00:00
George Wang
18d36265fd
Initial checkin of LiteSpeed SAPI module
2006-01-13 03:21:51 +00:00
Marcus Boerger
34c8cd0190
- Show whether this is the shell or just the starnge mode
2006-01-07 16:46:30 +00:00
foobar
713127f5ee
Nuke unused files
2006-01-06 21:19:16 +00:00