Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug #50940 | Rasmus Lerdorf | 2010-02-05 | 1 | -0/+2 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - ws + cs | Jani Taskinen | 2009-12-08 | 1 | -25/+24 |
| | |||||
* | - fix build (test before commit maybe?) | Pierre Joye | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | Implement JIT request decoding support for $_GET and $_POST. | Andrei Zmievski | 2009-05-23 | 1 | -2/+4 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFB: init server context before config variables are processed | Stanislav Malyshev | 2008-11-29 | 1 | -2/+2 |
| | |||||
* | MFB: fix php_value application order for Apache | Stanislav Malyshev | 2008-11-25 | 1 | -6/+6 |
| | |||||
* | MFB: Added header_remove() (chsc at peytz dotdk, Arnaud) | Arnaud Le Blanc | 2008-11-13 | 1 | -26/+39 |
| | |||||
* | updated to the new parameter-parsing api (port from 5.3) | Alexey Zakhlestin | 2008-06-28 | 1 | -2/+2 |
| | |||||
* | MFB: Fixed bug #45144 (ap_child_terminate() isn't available on threaded builds) | Scott MacVicar | 2008-06-01 | 1 | -0/+2 |
| | |||||
* | MFB | Rasmus Lerdorf | 2008-03-19 | 1 | -0/+9 |
| | | | | | | | | Here are the signal changes from the 5.3 branch that optimizes signal handler registration and switches from longjmp to siglongjmp in order to make signal mask handling consistent across different UNIX operating systems. | ||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | fix build | Antony Dovgal | 2007-08-06 | 1 | -1/+1 |
| | |||||
* | MF5: fix for access control with .htaccess | Stanislav Malyshev | 2007-08-03 | 1 | -1/+3 |
| | |||||
* | MFB: Fixed bug #41628 (PHP settings leak between Virtual Hosts in Apache 1.3). | Scott MacVicar | 2007-06-18 | 1 | -3/+9 |
| | |||||
* | Fake out the module name, since the filename is different now. | Andrei Zmievski | 2007-01-11 | 1 | -1/+7 |
| | |||||
* | Rename php5 module to php6. Remove version number from | Andrei Zmievski | 2007-01-10 | 1 | -0/+1003 |
sapi/apache/mod_php.* filenames (for future's sake). No other SAPI moduels modified (up to invididual maintainers). |