summaryrefslogtreecommitdiff
path: root/sapi/apache/mod_php4.c
Commit message (Expand)AuthorAgeFilesLines
* white space changes (s/ /\t/g)experimental/apache_hooksGeorge Schlossnagle2002-10-231-323/+323
* fixed directory mergingGeorge Schlossnagle2002-10-231-1/+11
* fixed return values for php_response_handlerGeorge Schlossnagle2002-10-091-4/+5
* sync with head. add optional content type param to send_http_headerGeorge Schlossnagle2002-10-081-2/+1
* Cleaned up a bunch of code, fully integrated the class::method handlerGeorge Schlossnagle2002-08-301-110/+150
* added the ability to set handlers as class methods (classes will need to beGeorge Schlossnagle2002-08-291-1/+54
* Added wrapper functions for the majority of the apache API_EXPORT functionsGeorge Schlossnagle2002-08-281-20/+31
* added wrapper for ap_send_http_header so that phpResponseHandler is nowGeorge Schlossnagle2002-08-281-2/+4
* This handler works much better when not commented out. :)George Schlossnagle2002-08-281-1/+1
* All handlers are now 'stacked' allowing for multiple handlers to be called in...George Schlossnagle2002-08-271-61/+274
* Replaced handler loading commands such that what wasGeorge Schlossnagle2002-08-271-60/+214
* Import of Lukas Schroeder's work to give php a full interface to apache 1.3.x...George Schlossnagle2002-08-261-156/+177
* Apache request handler hook framework. So far only the uri hook isRasmus Lerdorf2001-09-061-11/+64
* API updateZeev Suraski2001-08-311-1/+1
* ypo;-)Thies C. Arntzen2001-08-141-1/+1
* Use zend_first_tryZeev Suraski2001-08-081-1/+1
* more tsrm cleanupSascha Schumann2001-08-051-3/+2
* - TSRMLS_FETCH workZeev Suraski2001-08-051-6/+6
* Remove duplicate TSRMLS_FETCH() call.Sebastian Bergmann2001-08-041-1/+0
* Fix Apache/ZTS buildZeev Suraski2001-08-011-1/+0
* More TSRMLS_FETCH workZeev Suraski2001-07-311-4/+2
* compile fixThies C. Arntzen2001-07-301-1/+1
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-1/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-34/+32
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-11/+11
* Get rid of the redundant global startup codeZeev Suraski2001-07-241-0/+1
* Use synchronous php_request_shutdown in the standard case andSascha Schumann2001-07-231-2/+4
* Improved bailout mechanism, supports nested bailouts a-la try..catchZeev Suraski2001-07-211-60/+60
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-39/+128
* Oops, sorry. I should not have committed this ebcdic fix (which was none)Martin Kraemer2001-06-011-3/+0
* Fix Basic auth (when under PHP control) for EBCDIC platformsMartin Kraemer2001-05-231-0/+3
* # Revert the SLS_FETCH() ;)Sterling Hughes2001-05-161-4/+1
* Remove redundancySterling Hughes2001-05-161-2/+4
* fix windows build.Sterling Hughes2001-05-161-0/+1
* Merge memory usage into memory limitZeev Suraski2001-05-161-2/+2
* add missing apls_fetchDaniel Beulshausen2001-05-161-0/+1
* Move the initialization to a safer place (earlier, it could end upZeev Suraski2001-05-151-1/+1
* Safer detection of recursive PHP invocationsZeev Suraski2001-05-131-1/+4
* @- Added --enable-memory-usage-info. This creates a new Apache 1.x loggingThies C. Arntzen2001-05-111-1/+13
* whitespaceZeev Suraski2001-05-071-2/+2
* Allow virtual() of PHP files. We may have to improve the detection code aZeev Suraski2001-05-071-6/+17
* Fix off-by-one on config values set from Apache configStanislav Malyshev2001-03-131-1/+1
* Avoid using ret uninitializedZeev Suraski2001-03-061-1/+1
* Avoid writing to error_log in case of aborted connections.Zeev Suraski2001-03-061-3/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Kill warningRasmus Lerdorf2001-01-221-1/+0
* Sigh. Even less sleep than I thought :) Really fix it this time.Zeev Suraski2001-01-221-1/+1
* Too much work, not enough sleep... Fix hash lookupZeev Suraski2001-01-221-1/+1
* Don't overwrite PATH_TRANSLATED if it existsZeev Suraski2001-01-221-6/+16
* Fix last couple of problematic execution paths that could corrupt the INI valuesZeev Suraski2001-01-031-1/+8