summaryrefslogtreecommitdiff
path: root/sapi/apache/php_apache.c
Commit message (Collapse)AuthorAgeFilesLines
* - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversionsAndi Gutmans2000-06-151-1/+1
|
* Fix virtual() when used with output bufferingRasmus Lerdorf2000-06-051-0/+3
| | | | | @ Fix virtual() when used with output buffering (Marc Pohl)
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* apache module now compiles under win32, apache loads, but crashes on line ↵Shane Caraveo2000-04-301-0/+11
| | | | 1167 main.c on page request
* last one ... promiseColin Viebrock2000-04-071-0/+1
|
* typoColin Viebrock2000-04-071-2/+2
|
* typoColin Viebrock2000-04-071-2/+1
|
* *** empty log message ***Colin Viebrock2000-04-071-3/+3
|
* more prettinessColin Viebrock2000-04-071-17/+20
|
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
| | | | | directory name.
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* Fix warnings when compiling static Apache moduleSascha Schumann2000-02-181-1/+1
|
* No need for a value (not that it seems to work anyway...)Zeev Suraski2000-02-171-1/+1
|
* @- Updated the browscap module to work with PHP 4.0 (Zeev)Zeev Suraski2000-02-161-1/+3
|
* Final build fixes - that's enough for now...Zeev Suraski2000-02-101-1/+1
|
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-3/+1
| | | | | | | | | | | | | | | 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
* Forgot to add the actual file.Andrei Zmievski2000-02-021-0/+450