Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | flush after banner print | Stanislav Malyshev | 2003-06-16 | 1 | -0/+1 |
| | |||||
* | Fixed win32 build | Edin Kadribasic | 2003-06-15 | 2 | -3/+4 |
| | |||||
* | Fixed ZTS build | Edin Kadribasic | 2003-06-15 | 1 | -2/+2 |
| | |||||
* | No need for this in the HEAD branch | Edin Kadribasic | 2003-06-15 | 1 | -5/+0 |
| | |||||
* | Fixed win32 build (mod_php4 -> mod_php5) | Edin Kadribasic | 2003-06-15 | 1 | -2/+2 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 50 | -158/+158 |
| | |||||
* | Don't corrupt data during request body handling | Sascha Schumann | 2003-06-04 | 1 | -42/+63 |
| | |||||
* | Don't return CRLF from broken clients | Sascha Schumann | 2003-06-04 | 1 | -5/+6 |
| | |||||
* | Fix for #23902 by Shane. | Edin Kadribasic | 2003-06-03 | 1 | -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 tags | Rasmus Lerdorf | 2003-06-03 | 1 | -0/+3 |
| | |||||
* | No C++ comments in C code | foobar | 2003-06-02 | 1 | -2/+3 |
| | |||||
* | Messages for newer servers. | Uwe Schindler | 2003-06-01 | 1 | -5/+5 |
| | |||||
* | Update of README for newer servers; apache-similar functions ↵ | Uwe Schindler | 2003-06-01 | 2 | -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 Zimmermann | 2003-06-01 | 1 | -1/+2 |
| | |||||
* | zend_alter_ini_entry now with PHP_INI_USER | Uwe Schindler | 2003-05-31 | 1 | -1/+1 |
| | |||||
* | Disable virtual() if zlib.output_compression is turned on. Better detection ↵ | Uwe Schindler | 2003-05-30 | 1 | -8/+16 |
| | | | | of ns-httpdXX.dll | ||||
* | CGI SAPI should honour this setting | Moriyoshi Koizumi | 2003-05-30 | 1 | -1/+1 |
| | |||||
* | - MFB: Version output beautification | Derick Rethans | 2003-05-30 | 2 | -1/+9 |
| | |||||
* | virtual() now works under windows, too | Uwe Schindler | 2003-05-30 | 1 | -11/+28 |
| | |||||
* | MFB | Marcus Boerger | 2003-05-30 | 1 | -0/+4 |
| | |||||
* | fix of incomplete windows fix | Uwe Schindler | 2003-05-29 | 1 | -4/+4 |
| | |||||
* | Changes for compilation under windows | Uwe Schindler | 2003-05-29 | 1 | -4/+4 |
| | |||||
* | Simply print errors | Marcus Boerger | 2003-05-29 | 1 | -5/+1 |
| | |||||
* | Update | Marcus Boerger | 2003-05-29 | 1 | -0/+1 |
| | |||||
* | Added php.ini value: nsapi.read_timeout; Included the apache-like virtual() ↵ | Uwe Schindler | 2003-05-29 | 1 | -18/+228 |
| | | | | function to make sub-request on server (thanks to Chris Elving from Sun) | ||||
* | - Fix the error message if apxs|2 is fubar. | foobar | 2003-05-28 | 3 | -3/+3 |
| | |||||
* | MFB: nuked php_header() call from the sapi_cgi_log_message() | foobar | 2003-05-26 | 1 | -6/+1 |
| | |||||
* | - MFB | Derick Rethans | 2003-05-26 | 1 | -1/+8 |
| | |||||
* | - Fix typo | Derick Rethans | 2003-05-26 | 1 | -1/+1 |
| | |||||
* | http://bugs.php.net/bug.php?id=14409 | Shane Caraveo | 2003-05-26 | 1 | -1/+1 |
| | | | | | move from PHP_4_3 | ||||
* | Fixed bug #23759 (PHP doesn't preserve subrequest status). | Ilia Alshanetsky | 2003-05-23 | 2 | -2/+2 |
| | | | | | (jaboydjr.netwalk@com, Ilia) | ||||
* | -Fix notice | Derick Rethans | 2003-05-21 | 1 | -1/+1 |
| | |||||
* | Set exspected threads to tsrm_startup() to number of threads NSAPI returns ↵ | Uwe Schindler | 2003-05-20 | 1 | -2/+9 |
| | | | | for server | ||||
* | NSAPI SAPI sends now 404 if script not found and 500 if execution failed. ↵ | Uwe Schindler | 2003-05-19 | 1 | -83/+63 |
| | | | | Includes forgotten php4_close() function registration. Complete rewrite of php4_execute() | ||||
* | continuation on bugfix #13757 | Shane Caraveo | 2003-05-19 | 1 | -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 shell | Shane Caraveo | 2003-05-19 | 1 | -25/+25 |
| | |||||
* | Implement feature request #8879: Added possibility to alter ini entries by ↵ | Uwe Schindler | 2003-05-18 | 2 | -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 #23669 | Moriyoshi Koizumi | 2003-05-17 | 1 | -1/+1 |
| | |||||
* | Fixed a syntax highlighter problem that happens when output buffering is turned | Moriyoshi Koizumi | 2003-05-16 | 1 | -5/+4 |
| | | | | | on | ||||
* | If there is a content body, enable lingering and disable keep alive. | Sascha Schumann | 2003-05-16 | 1 | -1/+3 |
| | |||||
* | Properly timeout post requests | Sascha Schumann | 2003-05-15 | 1 | -9/+12 |
| | |||||
* | Don't emit Content-Length in a 304 reply | Sascha Schumann | 2003-05-15 | 1 | -19/+31 |
| | | | | | | Don't falsely claim HEAD method Add PHP to HTTP server string | ||||
* | Revert the last patch. | Moriyoshi Koizumi | 2003-05-14 | 2 | -16/+1 |
| | | | | | # sorry for the annoyance | ||||
* | Oops | Moriyoshi Koizumi | 2003-05-13 | 2 | -12/+2 |
| | |||||
* | Fixed bug #23610 | Moriyoshi Koizumi | 2003-05-13 | 2 | -1/+26 |
| | |||||
* | improve keep alive handling | Sascha Schumann | 2003-05-12 | 1 | -0/+2 |
| | |||||
* | add premium thttpd support | Sascha Schumann | 2003-05-12 | 2 | -8/+18 |
| | |||||
* | Reverting last patch (merge from sapi/apache). | Edin Kadribasic | 2003-05-09 | 1 | -6/+5 |
| | |||||
* | Reverting my last patch because user reports it does not help | Edin Kadribasic | 2003-05-09 | 1 | -5/+5 |
| | | | | | solve the problem. (bug #23504) | ||||
* | Fixed MFB side effect | Edin Kadribasic | 2003-05-08 | 1 | -1/+1 |
| |