summaryrefslogtreecommitdiff
path: root/sapi/apache/php_apache_http.h
Commit message (Collapse)AuthorAgeFilesLines
* NetWare related changesVenkat Raghavan S2002-05-311-0/+4
|
* Part 4 of apache sapi build fixes:foobar2002-04-231-21/+31
| | | | | | - Fixed many conflicts caused by bogus includes, e.g the infamous XtOffset redefinition warning is gone now.
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-0/+24
Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library