Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix startup - if startup did not succeed, do not continue with execution | Stanislav Malyshev | 2004-12-06 | 1 | -3/+5 |
| | |||||
* | do not zero out peak - MM shutdown would do that | Stanislav Malyshev | 2004-12-06 | 1 | -2/+1 |
| | |||||
* | Replaced static server variables by function call and configurable list at ↵ | Holger Zimmermann | 2004-12-05 | 3 | -84/+40 |
| | | | | the Pi3Web server side. | ||||
* | MFH: Fix case where php_handle_aborted_connection was called | Joe Orton | 2004-10-21 | 1 | -0/+2 |
| | | | | | outside a try/end_try block (#25570). | ||||
* | MFH: Fixed apache2* SAPI build against httpd 2.1. | Joe Orton | 2004-10-21 | 2 | -6/+18 |
| | |||||
* | Fixed bug #29805 (HTTP Authentication Issues) | Uwe Schindler | 2004-09-21 | 1 | -0/+2 |
| | |||||
* | Sorry REVERT bevor 4.3.9 is out because of not critical!!!! | Uwe Schindler | 2004-09-15 | 1 | -2/+0 |
| | |||||
* | Fixed bug #29805 (HTTP Authentication Issues) | Uwe Schindler | 2004-09-15 | 1 | -0/+2 |
| | |||||
* | typo in config.m4 (potential configuration problem with Stronghold) | Antony Dovgal | 2004-08-18 | 1 | -1/+1 |
| | |||||
* | MFH | Edin Kadribasic | 2004-07-21 | 1 | -1/+1 |
| | |||||
* | Merge all not yet merged security fixes into the 4_3 branch | Stefan Esser | 2004-07-21 | 1 | -8/+9 |
| | |||||
* | - MFH (sapi_apache2.c: 1.41): request_dtor() should be called if a fatal | Moriyoshi Koizumi | 2004-07-20 | 1 | -2/+2 |
| | | | | | | error occurs during activation phase. # 4.3.8 patches need to be committed to this branch, otherwise... | ||||
* | MFH: Made php -m output sorted case-insensitevly | Edin Kadribasic | 2004-07-14 | 2 | -2/+2 |
| | |||||
* | - revert to proper behaviour. The environment variable PHP_FCGI_CHILDREN | Sascha Schumann | 2004-07-05 | 1 | -1/+1 |
| | | | | | | must be explicitly set to != 0 to make the fastcgi-enabled binary act as a standalone fcgi server. | ||||
* | MFH: replace strncpy with strlcpy | Uwe Schindler | 2004-06-26 | 1 | -5/+3 |
| | |||||
* | Memory leak fix (patch by Joe Orton) | Edin Kadribasic | 2004-06-25 | 1 | -24/+2 |
| | |||||
* | Addendum to bug #28878: change ini keys as PHP_INI_SYSTEM | Uwe Schindler | 2004-06-23 | 1 | -17/+10 |
| | | | | | Also: Adding "bucket" parameter to non-ini-keys, Elemination of double CONTENT_TYPE/_LENGTH environment variables | ||||
* | Fix bug #28878: php.ini values in php4_execute | Uwe Schindler | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed bug #28818 (Apache 2 sapis do not export st_dev). | Ilia Alshanetsky | 2004-06-18 | 2 | -0/+2 |
| | |||||
* | MFH: Make isapi more compatible with apache sapis as far as the creation | Ilia Alshanetsky | 2004-05-13 | 1 | -1/+3 |
| | | | | | $_COOKIE super-global and various $_SERVER values. | ||||
* | Security fix: Put '\0' string termination before loop | Uwe Schindler | 2004-05-03 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed bug #27802 (default number of children to 8 when | Ilia Alshanetsky | 2004-03-31 | 1 | -1/+1 |
| | | | | | PHP_FCGI_CHILDREN is not defined). | ||||
* | hint to raise stacksize (bug #27231) | Uwe Schindler | 2004-03-18 | 1 | -0/+4 |
| | |||||
* | MFH: | Ilia Alshanetsky | 2004-03-16 | 1 | -7/+14 |
| | | | | | | | | | Fixed bug #27580 (pre-initialization errors in ap2 handler are not being written to vhost error log). Stop using depreciated and ignored APLOG_NOERRNO directive. Make file not found & directory as script invocation error messages more descriptive. | ||||
* | MFH: Fixed bug #22127 (Invalid response code when force-cgi-redirect safety | Ilia Alshanetsky | 2004-03-12 | 1 | -0/+1 |
| | | | | | mechanism is triggered). | ||||
* | MFH: Fixed bug #27424 (headers missing on flush() in apache 2 SAPIs). | Ilia Alshanetsky | 2004-03-08 | 2 | -0/+5 |
| | |||||
* | MFH: fixed bug #27337 (missing sapi_shutdown()) | foobar | 2004-02-23 | 1 | -0/+1 |
| | |||||
* | MFH: Bug #27104 CLI/CGI SAPI module variable name conflict | Marcus Boerger | 2004-02-11 | 2 | -51/+51 |
| | |||||
* | MFH: fixed a compilation error. | Ilia Alshanetsky | 2004-02-11 | 1 | -1/+1 |
| | |||||
* | MFH: Win32 build fix. | Ilia Alshanetsky | 2004-02-11 | 1 | -1/+1 |
| | |||||
* | MFH: | Ilia Alshanetsky | 2004-02-10 | 1 | -5/+11 |
| | | | | | | | Fixed win32 build. Added missing headers needed for wait(). Removed duplicate signal.h header. | ||||
* | MFH: Fixed bug #26758 (FastCGI exits immediately with status 255). | Ilia Alshanetsky | 2004-02-10 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed bug #27026 (Added cgi.nph that allows forcing of the Status: 200 | Ilia Alshanetsky | 2004-02-10 | 1 | -2/+6 |
| | | | | | header that is not normally needed). | ||||
* | MFH: Fixed bug #27196 (Missing content_length initialization in apache 2 | Ilia Alshanetsky | 2004-02-09 | 2 | -0/+9 |
| | | | | | sapis). | ||||
* | MFH: Fixed possible memory leak with INI values. | Ilia Alshanetsky | 2004-02-06 | 1 | -2/+2 |
| | |||||
* | MFH: Parse command line ini directives passed using -d before -i, to ensure | Ilia Alshanetsky | 2004-02-04 | 1 | -10/+12 |
| | | | | | correct settings output. | ||||
* | MFH: Apache 2 portion of the fix for bug #25753. | Ilia Alshanetsky | 2004-01-29 | 2 | -0/+24 |
| | |||||
* | MFH: Fixed bug #27037 (fixed possible crash in apache2handler output code). | Ilia Alshanetsky | 2004-01-29 | 1 | -1/+1 |
| | |||||
* | If we have a text/html file with the executable bit set, we load up the | Rasmus Lerdorf | 2004-01-28 | 1 | -0/+3 |
| | | | | | | | current ini, but if php's xbithack option is not set we forgot to restore the previous ini settings potentially leaking ini settings from one request to the next. Closes bug #25753 and a few others. | ||||
* | Fix a memleak | Marcus Boerger | 2004-01-19 | 1 | -0/+3 |
| | |||||
* | - Fixed year in version notices | Derick Rethans | 2004-01-13 | 2 | -4/+4 |
| | |||||
* | MFH: cli overrides php.ini and switches output buffering off. | Edin Kadribasic | 2004-01-03 | 1 | -0/+1 |
| | |||||
* | MFH: Fixed bug #26604 (Apache2 SAPIs implicitly disable Keep-Alive). (Ilia) | Ilia Alshanetsky | 2003-12-12 | 2 | -2/+0 |
| | |||||
* | remove revision tag from module version entry | Uwe Schindler | 2003-12-12 | 1 | -2/+2 |
| | |||||
* | fix potential buffer overrun | Stanislav Malyshev | 2003-12-07 | 1 | -2/+7 |
| | |||||
* | MFH | foobar | 2003-12-01 | 2 | -2/+2 |
| | |||||
* | MFH: - Fixed bug #26438 (error in thttpd SAPI installation) | foobar | 2003-11-27 | 1 | -1/+1 |
| | |||||
* | MFH: Compiler warning fix (patch by Joe Orton). | Ilia Alshanetsky | 2003-11-11 | 1 | -1/+1 |
| | |||||
* | this is not needed | Uwe Schindler | 2003-11-01 | 1 | -6/+1 |
| | |||||
* | MFH | Uwe Schindler | 2003-10-31 | 1 | -7/+6 |
| |