summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/php_apache.h
Commit message (Collapse)AuthorAgeFilesLines
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* update php module name to php5, not php4.Sterling Hughes2003-03-291-1/+1
| | | | | | | apache, apache2* and cli/cgi work. sapi module maintainers should fix up their sapis, as I don't run any servers with php outside of apache.
* CS Fixes.Ilia Alshanetsky2003-03-071-0/+17
| | | | | | | Fixed a bug with 404 handling. Added more detailed Apache info for phpinfo(). Added the support for last_modified.
* Clean up apache2handler SAPI.Justin Erenkrantz2003-02-201-10/+2
| | | | | | | | | | 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 Holsman2003-02-111-0/+74
TBD: src highlighting better post handling