Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the proper way to get the max requests per child. | foobar | 2003-07-10 | 1 | -6/+4 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | - Fix typo | Derick Rethans | 2003-05-26 | 1 | -1/+1 |
| | |||||
* | Added missing initialization, which causes AP2 to crash on startup in ZTS. | Ilia Alshanetsky | 2003-03-25 | 1 | -0/+3 |
| | |||||
* | MFB and more. Fixed various win32 compilation issues. Also the sapi | Edin Kadribasic | 2003-03-25 | 1 | -3/+7 |
| | | | | | is now built as php4apach2.dll since the filter is being obsoleted. | ||||
* | Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ↵ | Sebastian Bergmann | 2003-03-25 | 1 | -1/+1 |
| | | | | SAPI/CLI on Win32. | ||||
* | - This is not supposed to be 'pretty' name. (ref. bug #22853) | foobar | 2003-03-25 | 1 | -1/+1 |
| | |||||
* | OnUpdateInt -> OnUpdateLong. | Ilia Alshanetsky | 2003-03-07 | 1 | -3/+3 |
| | |||||
* | CS Fixes. | Ilia Alshanetsky | 2003-03-07 | 1 | -10/+115 |
| | | | | | | | Fixed a bug with 404 handling. Added more detailed Apache info for phpinfo(). Added the support for last_modified. | ||||
* | Clean up apache2handler SAPI. | Justin Erenkrantz | 2003-02-20 | 1 | -26/+16 |
| | | | | | | | | | | Key improvements: - Be streamy - Re-enable virtual() support - Set content_type correctly - Remove unnecessary code and reintroduce some missing code - Change signature from PhP to PHP | ||||
* | initial checkin of the apache2 SAPI using a handler instead of filters. | Ian Holsman | 2003-02-11 | 1 | -0/+414 |
TBD: src highlighting better post handling |