Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tagBEFORE_NEW_OUTPUT_API | SVN Migration | 2006-06-02 | 7 | -2533/+0 |
| | | | | 'BEFORE_NEW_OUTPUT_API'. | ||||
* | - call ap_set_content_type() only once, else each time we call it, | Michael Wallner | 2006-05-28 | 2 | -6/+15 |
| | | | | | configured output filters for that content type will be added | ||||
* | Fixed bug #37496 (FastCGI output buffer overrun) | Dmitry Stogov | 2006-05-25 | 1 | -2/+5 |
| | |||||
* | Fixed bug #37256 (php-fastcgi dosen't handle connection abort) | Dmitry Stogov | 2006-05-24 | 1 | -1/+1 |
| | |||||
* | Fixed bug #37341 ($_SERVER in included file is shortened to two entries, if ↵ | Dmitry Stogov | 2006-05-24 | 1 | -2/+6 |
| | | | | $_ENV gets used). | ||||
* | Fixed bug #37496 (FastCGI output buffer overrun) | Dmitry Stogov | 2006-05-22 | 1 | -15/+27 |
| | |||||
* | fix typo | Antony Dovgal | 2006-05-22 | 1 | -1/+1 |
| | |||||
* | - Removed source compatibility with libfcgi | Dmitry Stogov | 2006-05-15 | 3 | -228/+155 |
| | | | | | | | | - 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 | ||||
* | We might want to consider moving this to a long throughout the sapi code, | Rasmus Lerdorf | 2006-05-13 | 1 | -1/+1 |
| | | | | | but for now switch to a signed int. | ||||
* | Fixed bug #37306 (max_execution_time = max_input_time). | Dmitry Stogov | 2006-05-11 | 1 | -2/+2 |
| | |||||
* | MFB input filter hook for getenv() | Rasmus Lerdorf | 2006-05-10 | 1 | -1/+5 |
| | |||||
* | MFB: Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4). | Ilia Alshanetsky | 2006-05-09 | 1 | -5/+7 |
| | |||||
* | MFB: Enable parallel build against Apache 2.2 libs and headers | Edin Kadribasic | 2006-05-07 | 1 | -0/+17 |
| | |||||
* | Fixed bug #37313 (sigemptyset() used without including <signal.h>). (jdolecek) | Dmitry Stogov | 2006-05-05 | 1 | -1/+1 |
| | |||||
* | plug leak | Antony Dovgal | 2006-05-03 | 1 | -0/+1 |
| | |||||
* | Fixed bug #37205 (incompatibility with mod_fastcgi) | Dmitry Stogov | 2006-05-03 | 2 | -20/+6 |
| | |||||
* | Fixed incompatibility with isapi_fcgi.dll | Dmitry Stogov | 2006-05-03 | 1 | -0/+4 |
| | |||||
* | Remove hiding of authorization headers completely because safe mode canceled | Uwe Schindler | 2006-04-29 | 1 | -18/+14 |
| | |||||
* | More ZSTR() fixes | Frank M. Kromann | 2006-04-29 | 1 | -1/+1 |
| | |||||
* | Proper fix for bug #37205 | Dmitry Stogov | 2006-04-27 | 2 | -0/+14 |
| | |||||
* | Revert wrong fix | Dmitry Stogov | 2006-04-26 | 1 | -6/+4 |
| | |||||
* | Fixed bug #37205 (Serving binary content/images fails with "comm with server ↵ | Dmitry Stogov | 2006-04-26 | 1 | -4/+22 |
| | | | | aborted" FastCGI err) | ||||
* | MFB: Correctly import external data (#33292) | Edin Kadribasic | 2006-04-26 | 1 | -0/+5 |
| | |||||
* | Fixed compilation on Solaris | Dmitry Stogov | 2006-04-24 | 1 | -0/+4 |
| | |||||
* | MFB | Andrei Zmievski | 2006-04-23 | 1 | -1/+1 |
| | |||||
* | Fix Win32 build. NULL_ZSTR was converted to ZSTR(NULL_ZSTR) | Frank M. Kromann | 2006-04-22 | 1 | -1/+1 |
| | |||||
* | Fixed SUN_LEN calculation | Dmitry Stogov | 2006-04-18 | 1 | -2/+1 |
| | |||||
* | Fixed memory leaks | Dmitry Stogov | 2006-04-18 | 1 | -0/+4 |
| | |||||
* | CGI anf FastCGI assume $_SERVER and $_ENV have the same values, | Dmitry Stogov | 2006-04-07 | 1 | -0/+11 |
| | | | | | so we don't need construct the same arrays twich and may just copy it | ||||
* | Removed unnecessary copying | Dmitry Stogov | 2006-04-07 | 1 | -4/+4 |
| | |||||
* | Removed extra space in the Content-Type header for logos | Ilia Alshanetsky | 2006-04-02 | 1 | -2/+1 |
| | | | | | Simplified stderr error reporting in apache sapi. | ||||
* | MTH: Allowed '-b' with UNIX sockets | Dmitry Stogov | 2006-03-23 | 1 | -1/+14 |
| | |||||
* | MFB: fix php_apache_sapi_header_handler() modifying sapi_header | Michael Wallner | 2006-03-19 | 2 | -2/+6 |
| | |||||
* | Fix compiler errors by using NULL_ZSTR where zstr is expected. | Andrei Zmievski | 2006-03-17 | 1 | -1/+1 |
| | | | | | | # I guess we need to use NULL_ZSTR instead of NULL when passing NULL to # functions that expect zstr parameter. | ||||
* | Unicode support for dl() patch. | Dmitry Stogov | 2006-03-17 | 3 | -10/+23 |
| | |||||
* | Optimized FastCGI SAPI check. Check for ini options only once. | Dmitry Stogov | 2006-03-17 | 1 | -21/+25 |
| | |||||
* | Disabled dl(). Now it is enabled only when a SAPI layer registers it ↵ | Dmitry Stogov | 2006-03-16 | 3 | -5/+10 |
| | | | | explicitly. Only CLI, CGI and EMBED do this. | ||||
* | - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase | Pierre Joye | 2006-03-08 | 1 | -4/+0 |
| | | | | | | | (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 | ||||
* | Fix for RISC OS | Alex Waugh | 2006-03-07 | 1 | -0/+1 |
| | |||||
* | Improve DOCUMENT_ROOT setting | Alex Waugh | 2006-03-07 | 1 | -3/+6 |
| | |||||
* | Nuke safe_mode from sapi/* | Ilia Alshanetsky | 2006-03-07 | 6 | -35/+17 |
| | | | | | # only main/ remains at this point, this is the next step | ||||
* | - remove register_globals support (aka "Kill the f***ing thing" :) | Pierre Joye | 2006-03-07 | 3 | -12/+2 |
| | |||||
* | Unicode support: zstr union | Dmitry Stogov | 2006-03-01 | 6 | -21/+21 |
| | |||||
* | - List --rf/--rc/--re only with enabled reflection | Johannes Schlüter | 2006-02-21 | 1 | -0/+2 |
| | |||||
* | - Fix build with readline-support | Johannes Schlüter | 2006-02-21 | 1 | -7/+7 |
| | |||||
* | Portable unicode string API: | Dmitry Stogov | 2006-02-21 | 1 | -3/+3 |
| | | | | | | | | - 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) | ||||
* | MF51: fix memory leak and possible invalid reads | Antony Dovgal | 2006-02-15 | 1 | -4/+8 |
| | |||||
* | fix #36400 (Custom 5xx error does not return correct HTTP response error code) | Antony Dovgal | 2006-02-15 | 1 | -1/+20 |
| | |||||
* | Made server wide switch for unicode on/off (according to PDM). | Dmitry Stogov | 2006-02-13 | 2 | -66/+62 |
| | |||||
* | MFB51 Fix build on win32 | Frank M. Kromann | 2006-02-04 | 1 | -2/+5 |
| |