summaryrefslogtreecommitdiff
path: root/sapi/thttpd
Commit message (Expand)AuthorAgeFilesLines
* Restore the headers_only test to the centralized SAPI startup. If necessary,...Zeev Suraski2000-09-081-5/+0
* Set SG(request_info).path_translated to the path of the main script.Sascha Schumann2000-08-291-17/+15
* Compute absolute path to scriptSascha Schumann2000-08-271-1/+7
* Use request_uri as PHP_SELF. decodedurl also includes the query string.Sascha Schumann2000-08-251-1/+1
* php_register_variables(.. ELS_CC ..)Sascha Schumann2000-08-251-8/+8
* Make proper use of SAPI's register_environment functionality.Sascha Schumann2000-08-251-66/+50
* thttpd/PHP verified to run IMP 2.2.0 without any hitches.Sascha Schumann2000-08-211-2/+3
* Move thttpd_php_init() call to httpd_initialize().Sascha Schumann2000-08-211-15/+15
* Execute PHP scripts everywhere (not only in the top-level directory)Sascha Schumann2000-08-201-1/+1
* Fix zend_fiel_handle handling. Should fix URL includeStanislav Malyshev2000-08-131-0/+1
* Remove some crud from diff output (Only in..).Sascha Schumann2000-08-071-3/+0
* Fix building thttpd SAPI module.Sascha Schumann2000-08-075-31/+60
* Heads up! I have moved the headers_only and response_code checks out ofRasmus Lerdorf2000-08-021-1/+6
* Unify use of my email addressSascha Schumann2000-07-101-1/+2
* Separate plain name returned by php_sapi_module() and pretty nameAndrei Zmievski2000-06-261-0/+1
* Move main.h to php_main.h.Sascha Schumann2000-06-051-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-182-4/+4
* Fix build against recent thttpd versionsSascha Schumann2000-05-171-1/+1
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
* Large test commit IVSascha Schumann2000-05-011-0/+1
* Large commit test IIISascha Schumann2000-05-011-0/+3
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* the pipe is breaking all the timeZeev Suraski2000-02-192-4/+4
* Yes, you guessed it... More cleanupZeev Suraski2000-02-101-2/+5
* More cleanup - move getenv() to SAPIZeev Suraski2000-02-101-0/+1
* More cleanup...Zeev Suraski2000-02-101-0/+1
* More abstractionZeev Suraski2000-02-101-0/+3
* Move the logging mechanism to SAPIZeev Suraski2000-02-101-0/+1
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-281-0/+2
* - Added flush() support to SAPIZeev Suraski2000-01-131-0/+2
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-012-2/+2
* Integration of -ng changes. Changes:Sascha Schumann1999-12-303-4/+16
* Use sapi_module_struct to contain SAPI module nameSascha Schumann1999-12-201-1/+1
* Add SAPI module for thttpd server. Quote from the README:Sascha Schumann1999-12-207-0/+474