summaryrefslogtreecommitdiff
path: root/sapi/apache_hooks/php_apache_http.h
Commit message (Collapse)AuthorAgeFilesLines
* removed sapi/apache_hooksAnatol Belski2015-02-101-44/+0
|
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-1/+1
|
* Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-1/+1
|
* MFH:- Moved the old regex functions to own extension: eregJani Taskinen2007-10-051-1/+1
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-1/+1
|
* Initial attempt to get apache_hooks api to compile on windows.Edin Kadribasic2002-11-181-1/+2
| | | | | | Still getting link errors with undefined symbol: 'php_request_startup_for_hook'.
* initial import of all these files. This was previously the apache_hooksGeorge Schlossnagle2002-11-181-0/+43
branch of the apache sapi. Now it lives on its own. General functionality seems to be working, though there may be a problem with some output buffering, most likely due to the way that sapi_deactivate needs to be mangled with here.