summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* #include "SAPI.h" onceSascha Schumann2000-09-261-1/+0
* CleanupSascha Schumann2000-09-261-4/+2
* (Zeus-specific) Don't GetServerVariable() for vars which Zeus doesn't useBen Mansell2000-09-191-20/+22
* Fixed bug which could truncate PHP_SELFBen Mansell2000-09-191-0/+1
* Fixed bug #6356.foobar2000-09-111-1/+1
* Fix build after last commit.Jon Parise2000-09-081-0/+2
* Restore the headers_only test to the centralized SAPI startup. If necessary,...Zeev Suraski2000-09-0810-47/+5
* - Add another ..\ to the TSRM search pathAndi Gutmans2000-09-081-3/+3
* - Add TSRM to the apache workspace include pathAndi Gutmans2000-09-081-3/+3
* Add TSRM include dirsSascha Schumann2000-09-061-1/+1
* Fix ISAPI compilationZeev Suraski2000-09-041-3/+3
* - Defining TSRM_WIN32 in each and every dsp sucked. Revert this changeAndi Gutmans2000-09-024-12/+12
* - More Windows build fixesAndi Gutmans2000-09-024-12/+12
* Set SG(request_info).path_translated to the path of the main script.Sascha Schumann2000-08-291-17/+15
* Add reflect.java to the list of java classes to be compiledSam Ruby2000-08-291-0/+4
* - Change spaces to tabAndi Gutmans2000-08-281-1/+1
* Missed a couple of center attributesRasmus Lerdorf2000-08-282-2/+2
* Compute absolute path to scriptSascha Schumann2000-08-271-1/+7
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-271-5/+13
* Remove obsolete note about Makefile.amSascha Schumann2000-08-271-3/+0
* Use request_uri as PHP_SELF. decodedurl also includes the query string.Sascha Schumann2000-08-251-1/+1
* Use SAPI' register_server_variables hook.Sascha Schumann2000-08-251-78/+63
* 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
* changed the output directorys from the windowsbuildsDaniel Beulshausen2000-08-235-20/+20
* little fixesDaniel Beulshausen2000-08-221-11/+11
* Disable php_value and add note about reliabilitySascha Schumann2000-08-222-2/+19
* AOLserver CVS uses PREFIX.Sascha Schumann2000-08-221-2/+2
* Set file_handle.opened_path to NULLSascha Schumann2000-08-222-0/+2
* updated project to work with readdir.h rev.1.5 from apache cvsDaniel Beulshausen2000-08-211-4/+4
* added the vs6 projectfile for the aolserverDaniel Beulshausen2000-08-211-0/+135
* thttpd/PHP verified to run IMP 2.2.0 without any hitches.Sascha Schumann2000-08-211-2/+3
* Keep servlet working...Sam Ruby2000-08-211-0/+1
* Move thttpd_php_init() call to httpd_initialize().Sascha Schumann2000-08-211-15/+15
* Fix buildZeev Suraski2000-08-201-2/+2
* The status quo in PHP is that the current directory is initializedSascha Schumann2000-08-204-38/+2
* Use size_t as parameter type in the getenv member of struct sapi_moduleSascha Schumann2000-08-201-1/+1
* Execute PHP scripts everywhere (not only in the top-level directory)Sascha Schumann2000-08-201-1/+1
* REQUEST_URI is a handy server variable, lets pass it onto ISAPI/PHPBen Mansell2000-08-181-0/+1
* Reorder call to ELS_FETCH to be after declarationsSam Ruby2000-08-171-1/+1
* (send_headers) Removed code freeing http_status_line, this is performedBen Mansell2000-08-171-3/+0
* Better error reporting when dll/shared library is not able to be loaded.Sam Ruby2000-08-171-0/+4
* Fix opened_path initStanislav Malyshev2000-08-131-0/+1
* Fix zend_fiel_handle handling. Should fix URL includeStanislav Malyshev2000-08-135-0/+5
* Correct bug in headers only logic.Sam Ruby2000-08-101-1/+1
* Fix a couple of bugs in the ISAPI module:Zeev Suraski2000-08-091-9/+8
* 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
* Add DOCUMENT_ROOTZeev Suraski2000-08-071-0/+16
* Fix crash on broken setups (#5979)Stanislav Malyshev2000-08-051-2/+6