summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Collapse)AuthorAgeFilesLines
* flush after banner printStanislav Malyshev2003-06-161-0/+1
|
* Fixed win32 buildEdin Kadribasic2003-06-152-3/+4
|
* Fixed ZTS buildEdin Kadribasic2003-06-151-2/+2
|
* No need for this in the HEAD branchEdin Kadribasic2003-06-151-5/+0
|
* Fixed win32 build (mod_php4 -> mod_php5)Edin Kadribasic2003-06-151-2/+2
|
* updating license information in the headers.James Cox2003-06-1050-158/+158
|
* Don't corrupt data during request body handlingSascha Schumann2003-06-041-42/+63
|
* Don't return CRLF from broken clientsSascha Schumann2003-06-041-5/+6
|
* Fix for #23902 by Shane.Edin Kadribasic2003-06-031-1/+1
| | | | | | | | Removed bogus recommendation from php.ini files. # Basic authentication is actually possible # usign IIS + PHP cgi countrary to our current docs
* MFB - fix a couple of missing closing folding tagsRasmus Lerdorf2003-06-031-0/+3
|
* No C++ comments in C codefoobar2003-06-021-2/+3
|
* Messages for newer servers.Uwe Schindler2003-06-011-5/+5
|
* Update of README for newer servers; apache-similar functions ↵Uwe Schindler2003-06-012-27/+96
| | | | nsapi_request_headers and nsapi_response_headers with apache_* aliases; hide authorization-header in save mode.
* Removed increment of read_post_bytes because this is done within SAPI (SAPI.c).Holger Zimmermann2003-06-011-1/+2
|
* zend_alter_ini_entry now with PHP_INI_USERUwe Schindler2003-05-311-1/+1
|
* Disable virtual() if zlib.output_compression is turned on. Better detection ↵Uwe Schindler2003-05-301-8/+16
| | | | of ns-httpdXX.dll
* CGI SAPI should honour this settingMoriyoshi Koizumi2003-05-301-1/+1
|
* - MFB: Version output beautificationDerick Rethans2003-05-302-1/+9
|
* virtual() now works under windows, tooUwe Schindler2003-05-301-11/+28
|
* MFBMarcus Boerger2003-05-301-0/+4
|
* fix of incomplete windows fixUwe Schindler2003-05-291-4/+4
|
* Changes for compilation under windowsUwe Schindler2003-05-291-4/+4
|
* Simply print errorsMarcus Boerger2003-05-291-5/+1
|
* UpdateMarcus Boerger2003-05-291-0/+1
|
* Added php.ini value: nsapi.read_timeout; Included the apache-like virtual() ↵Uwe Schindler2003-05-291-18/+228
| | | | function to make sub-request on server (thanks to Chris Elving from Sun)
* - Fix the error message if apxs|2 is fubar.foobar2003-05-283-3/+3
|
* MFB: nuked php_header() call from the sapi_cgi_log_message()foobar2003-05-261-6/+1
|
* - MFBDerick Rethans2003-05-261-1/+8
|
* - Fix typoDerick Rethans2003-05-261-1/+1
|
* http://bugs.php.net/bug.php?id=14409Shane Caraveo2003-05-261-1/+1
| | | | | move from PHP_4_3
* Fixed bug #23759 (PHP doesn't preserve subrequest status).Ilia Alshanetsky2003-05-232-2/+2
| | | | | (jaboydjr.netwalk@com, Ilia)
* -Fix noticeDerick Rethans2003-05-211-1/+1
|
* Set exspected threads to tsrm_startup() to number of threads NSAPI returns ↵Uwe Schindler2003-05-201-2/+9
| | | | for server
* NSAPI SAPI sends now 404 if script not found and 500 if execution failed. ↵Uwe Schindler2003-05-191-83/+63
| | | | Includes forgotten php4_close() function registration. Complete rewrite of php4_execute()
* continuation on bugfix #13757Shane Caraveo2003-05-191-1/+7
| | | | | make argv/argc *and* query_string work correctly when running cgi in shell
* bugfix #13757 - passing query string on command line when run from shellShane Caraveo2003-05-191-25/+25
|
* Implement feature request #8879: Added possibility to alter ini entries by ↵Uwe Schindler2003-05-182-4/+42
| | | | php4_execute service line. php4_init now supports path to an alternate php.ini (for example in the webservers config directory)
* Fixed bug #23669Moriyoshi Koizumi2003-05-171-1/+1
|
* Fixed a syntax highlighter problem that happens when output buffering is turnedMoriyoshi Koizumi2003-05-161-5/+4
| | | | | on
* If there is a content body, enable lingering and disable keep alive.Sascha Schumann2003-05-161-1/+3
|
* Properly timeout post requestsSascha Schumann2003-05-151-9/+12
|
* Don't emit Content-Length in a 304 replySascha Schumann2003-05-151-19/+31
| | | | | | Don't falsely claim HEAD method Add PHP to HTTP server string
* Revert the last patch.Moriyoshi Koizumi2003-05-142-16/+1
| | | | | # sorry for the annoyance
* OopsMoriyoshi Koizumi2003-05-132-12/+2
|
* Fixed bug #23610Moriyoshi Koizumi2003-05-132-1/+26
|
* improve keep alive handlingSascha Schumann2003-05-121-0/+2
|
* add premium thttpd supportSascha Schumann2003-05-122-8/+18
|
* Reverting last patch (merge from sapi/apache).Edin Kadribasic2003-05-091-6/+5
|
* Reverting my last patch because user reports it does not helpEdin Kadribasic2003-05-091-5/+5
| | | | | solve the problem. (bug #23504)
* Fixed MFB side effectEdin Kadribasic2003-05-081-1/+1
|