| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MFH: Bump copyright year. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | MFH: Fixed bug #38456 (Apache2 segfaults when virtual() is called in .php | Ilia Alshanetsky | 2006-11-09 | 1 | -1/+1 |
| | | | | | | ErrorDocument). | ||||
| * | bump year and license version | foobar | 2006-01-01 | 1 | -4/+4 |
| | | |||||
| * | MFH: Fixed bug #35571 (Fixed crash in Apache 2 SAPI when more then one php | Ilia Alshanetsky | 2005-12-14 | 1 | -1/+1 |
| | | | | | | script is loaded via SSI include). | ||||
| * | MFH: Fixed bug #35278 (Multiple virtual() calls crash Apache 2 php module). | Ilia Alshanetsky | 2005-11-18 | 1 | -5/+13 |
| | | |||||
| * | MFH: Resolve Apache 2 regression with sub-request handling on non-linux | Ilia Alshanetsky | 2005-11-17 | 1 | -0/+1 |
| | | | | | | systems. | ||||
| * | Fixed bug #35059 (Apache2 crash with mod_rewrite). | Ilia Alshanetsky | 2005-11-02 | 1 | -1/+1 |
| | | |||||
| * | MF51: fix bug #34581 (crash with mod_rewrite) | Antony Dovgal | 2005-10-12 | 1 | -1/+10 |
| | | |||||
| * | MFH: Fixed possible INI setting leak via virtual() in Apache 2 sapi. | Ilia Alshanetsky | 2005-10-05 | 1 | -15/+10 |
| | | |||||
| * | MFH | foobar | 2005-09-02 | 1 | -1/+1 |
| | | |||||
| * | MFH: Fixed bug #33987 (php script as ErrorDocument causes crash in Apache 2). | Ilia Alshanetsky | 2005-08-18 | 1 | -0/+6 |
| | | |||||
| * | Fix for bug #33690 | Rasmus Lerdorf | 2005-07-25 | 1 | -9/+16 |
| | | |||||
| * | MFH: - Fixed bug #32587 (Apache2: errors sent to error_log do not include ↵ | foobar | 2005-04-08 | 1 | -8/+3 |
| | | | | | | | | timestamps) # Also nuked the deprecated APLOG_NOERRNO's | ||||
| * | MFH: - Fixed bug #31717: Reject PATH_INFO if "AcceptPathInfo off" is used. | Joe Orton | 2005-03-10 | 1 | -0/+10 |
| | | |||||
| * | MFH - Fixed bug #31519: Set r->status_line to SAPI-provided status-line. | Joe Orton | 2005-01-17 | 1 | -0/+8 |
| | | |||||
| * | MFH: Fix typo (avaliable -> available). (bug #28725) | foobar | 2004-12-16 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 (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... | ||||
| * | Memory leak fix (patch by Joe Orton) | Edin Kadribasic | 2004-06-25 | 1 | -24/+2 |
| | | |||||
| * | MFH: Fixed bug #28818 (Apache 2 sapis do not export st_dev). | Ilia Alshanetsky | 2004-06-18 | 1 | -0/+1 |
| | | |||||
| * | 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 #27424 (headers missing on flush() in apache 2 SAPIs). | Ilia Alshanetsky | 2004-03-08 | 1 | -0/+2 |
| | | |||||
| * | MFH: fixed a compilation error. | Ilia Alshanetsky | 2004-02-11 | 1 | -1/+1 |
| | | |||||
| * | MFH: Fixed bug #27196 (Missing content_length initialization in apache 2 | Ilia Alshanetsky | 2004-02-09 | 1 | -0/+4 |
| | | | | | | sapis). | ||||
| * | MFH: Apache 2 portion of the fix for bug #25753. | Ilia Alshanetsky | 2004-01-29 | 1 | -0/+12 |
| | | |||||
| * | MFH: Fixed bug #27037 (fixed possible crash in apache2handler output code). | Ilia Alshanetsky | 2004-01-29 | 1 | -1/+1 |
| | | |||||
| * | MFH: Fixed bug #26604 (Apache2 SAPIs implicitly disable Keep-Alive). (Ilia) | Ilia Alshanetsky | 2003-12-12 | 1 | -1/+0 |
| | | |||||
| * | MFH: Fixed bug #25701 (On flush() set headers_sent in apache2handler) | Ilia Alshanetsky | 2003-10-02 | 1 | -0/+1 |
| | | |||||
| * | MFH: Fixed bug #25570 (Possible crash in apache2handler when zend_bailout | Ilia Alshanetsky | 2003-09-19 | 1 | -0/+4 |
| | | | | | | called outside of zend_try {} block). | ||||
| * | MFH: Fixed bug #24958 (Incorrect handling of 404s) | Ilia Alshanetsky | 2003-08-06 | 1 | -9/+9 |
| | | |||||
| * | MFH | Uwe Schindler | 2003-08-03 | 1 | -0/+1 |
| | | |||||
| * | MFH: Fixed bug #24177 (Status not set correctly after flush() in Apache 2) | Ilia Alshanetsky | 2003-08-02 | 1 | -0/+2 |
| | | |||||
| * | MFH: Fixed bug #22072 (Apache2 sapis do not detect aborted connections) | Ilia Alshanetsky | 2003-08-01 | 1 | -3/+3 |
| | | |||||
| * | MFH: Fixed bug #21074 (Apache2: "ErrorDocument xxx /error.php" broken). | foobar | 2003-07-11 | 1 | -3/+9 |
| | | |||||
| * | - Re-added the FD lexer patch. | foobar | 2003-05-31 | 1 | -1/+1 |
| | | | | | | # Marcus is going to add the long-opts patches back in after this. | ||||
| * | MFH | Ilia Alshanetsky | 2003-05-23 | 1 | -1/+1 |
| | | |||||
| * | Revert PHP part of the fd patch | Zeev Suraski | 2003-05-21 | 1 | -1/+1 |
| | | |||||
| * | Revisit the braindead patch only for this branch | Moriyoshi Koizumi | 2003-05-20 | 1 | -2/+9 |
| | | | | | | # this behaviour is fixed in the php5 branch | ||||
| * | protect against further surprises by initializing all zend_file_handle's | Sascha Schumann | 2003-05-17 | 1 | -1/+1 |
| | | |||||
| * | MFH: reverted the patch for the PATH_TRANSLATE issue | Moriyoshi Koizumi | 2003-05-14 | 1 | -8/+1 |
| | | |||||
| * | MFH(r-1.112, r-1.18): fixed bug #23610 | Moriyoshi Koizumi | 2003-05-13 | 1 | -1/+8 |
| | | |||||
| * | MFH(r-1.16): possible fix for bug #23455 (patch by rrichards@digarc.com) | Moriyoshi Koizumi | 2003-05-07 | 1 | -1/+1 |
| | | |||||
| * | MFH | Ilia Alshanetsky | 2003-04-16 | 1 | -1/+1 |
| | | |||||
| * | MFH path_translated | Stanislav Malyshev | 2003-04-10 | 1 | -0/+1 |
| | | |||||
| * | MFH | foobar | 2003-03-27 | 1 | -10/+4 |
| | | |||||
| * | MFH | Ilia Alshanetsky | 2003-03-25 | 1 | -14/+15 |
| | | |||||
| * | MFH: Fix for bug #22672 | foobar | 2003-03-18 | 1 | -0/+1 |
| | | |||||
