summaryrefslogtreecommitdiff
path: root/sapi/apache_hooks/php_apache.c
Commit message (Collapse)AuthorAgeFilesLines
* MFH: - Fix another generated header includefoobar2005-01-141-1/+1
|
* Fix prototypesZeev Suraski2004-05-301-30/+30
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* proto fixHartmut Holzgraefe2003-11-191-1/+1
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ↵Sebastian Bergmann2003-03-251-1/+1
| | | | SAPI/CLI on Win32.
* * email address changeStig Bakken2003-03-181-1/+1
|
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-4/+4
| | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
* ARG_COUNT(ht) -> ZEND_NUM_ARGS().Ilia Alshanetsky2003-01-211-13/+13
|
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-3/+1
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Make the version code get the version from the current Apache, rather thenIlia Alshanetsky2002-12-271-1/+7
| | | | | the Apache PHP was compiled against.
* Added apache_get_version() & apache_get_modules() to Apache 1.X & ApacheIlia Alshanetsky2002-12-271-0/+33
| | | | | | | Hooks sapis. Made the module listing in Apache 2 not show the '.c' portion, to be consistent with Apache 1.X.
* Fixed a few compile warnings and one compile error.Ilia Alshanetsky2002-12-101-1/+3
|
* Initial attempt to get apache_hooks api to compile on windows.Edin Kadribasic2002-11-181-15/+7
| | | | | | Still getting link errors with undefined symbol: 'php_request_startup_for_hook'.
* Fix a few warnings - compiles nicely nowRasmus Lerdorf2002-11-181-4/+4
|
* #defined offsetof, for systems that can't find itGeorge Schlossnagle2002-11-181-0/+3
|
* initial import of all these files. This was previously the apache_hooksGeorge Schlossnagle2002-11-181-0/+1920
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.