1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00
Commit Graph

1433 Commits

Author SHA1 Message Date
Uwe Schindler 0ab88d1eb3 Messages for newer servers. 2003-06-01 21:45:04 +00:00
Uwe Schindler 827734280b Update of README for newer servers; apache-similar functions nsapi_request_headers and nsapi_response_headers with apache_* aliases; hide authorization-header in save mode. 2003-06-01 21:14:58 +00:00
Holger Zimmermann ef4ffaaf1a Removed increment of read_post_bytes because this is done within SAPI (SAPI.c). 2003-06-01 20:28:49 +00:00
Uwe Schindler 6aaa211e9c zend_alter_ini_entry now with PHP_INI_USER 2003-05-31 15:32:50 +00:00
Uwe Schindler eeb7f4060e Disable virtual() if zlib.output_compression is turned on. Better detection of ns-httpdXX.dll 2003-05-30 23:39:15 +00:00
Moriyoshi Koizumi aa50e817ae CGI SAPI should honour this setting 2003-05-30 22:31:12 +00:00
Derick Rethans 814f793035 - MFB: Version output beautification 2003-05-30 16:10:58 +00:00
Uwe Schindler c1b8e699e1 virtual() now works under windows, too 2003-05-30 13:15:22 +00:00
Marcus Boerger 6ddd6ca2be MFB 2003-05-30 00:11:37 +00:00
Uwe Schindler 499f902a30 fix of incomplete windows fix 2003-05-29 21:05:29 +00:00
Uwe Schindler b13365a56b Changes for compilation under windows 2003-05-29 20:13:42 +00:00
Marcus Boerger 1aebe79599 Simply print errors 2003-05-29 14:45:03 +00:00
Marcus Boerger a93bff54ef Update 2003-05-29 14:26:57 +00:00
Uwe Schindler fe141ca1ac Added php.ini value: nsapi.read_timeout; Included the apache-like virtual() function to make sub-request on server (thanks to Chris Elving from Sun) 2003-05-29 12:24:28 +00:00
foobar dcb0daeae3 - Fix the error message if apxs|2 is fubar. 2003-05-28 14:11:21 +00:00
foobar 61e09677b2 MFB: nuked php_header() call from the sapi_cgi_log_message() 2003-05-26 23:22:05 +00:00
Derick Rethans 87a85db670 - MFB 2003-05-26 18:37:48 +00:00
Derick Rethans 7bd188fcf0 - Fix typo 2003-05-26 09:45:46 +00:00
Shane Caraveo ce91e18377 http://bugs.php.net/bug.php?id=14409
move from PHP_4_3
2003-05-26 00:46:24 +00:00
Ilia Alshanetsky 2f15b2062c Fixed bug #23759 (PHP doesn't preserve subrequest status).
(jaboydjr.netwalk@com, Ilia)
2003-05-23 02:41:59 +00:00
Derick Rethans 7b26ddd9b0 -Fix notice 2003-05-21 18:41:28 +00:00
Uwe Schindler 1e4730fb70 Set exspected threads to tsrm_startup() to number of threads NSAPI returns for server 2003-05-20 11:19:01 +00:00
Uwe Schindler 6672f23a97 NSAPI SAPI sends now 404 if script not found and 500 if execution failed. Includes forgotten php4_close() function registration. Complete rewrite of php4_execute() 2003-05-19 21:29:41 +00:00
Shane Caraveo 92dfadb1e0 continuation on bugfix #13757
make argv/argc *and* query_string work correctly when running cgi in shell
2003-05-19 06:46:19 +00:00
Shane Caraveo 57f01b14e9 bugfix #13757 - passing query string on command line when run from shell 2003-05-19 03:40:33 +00:00
Uwe Schindler 2a90ecf4a3 Implement feature request #8879: Added possibility to alter ini entries by php4_execute service line. php4_init now supports path to an alternate php.ini (for example in the webservers config directory) 2003-05-18 15:36:33 +00:00
Moriyoshi Koizumi bb1720a9d7 Fixed bug #23669 2003-05-17 18:47:17 +00:00
Moriyoshi Koizumi f3b050fba1 Fixed a syntax highlighter problem that happens when output buffering is turned
on
2003-05-16 23:08:23 +00:00
Sascha Schumann 528c495d68 If there is a content body, enable lingering and disable keep alive. 2003-05-16 22:32:22 +00:00
Sascha Schumann edd6a6449a Properly timeout post requests 2003-05-15 16:54:37 +00:00
Sascha Schumann e473374ff3 Don't emit Content-Length in a 304 reply
Don't falsely claim HEAD method
Add PHP to HTTP server string
2003-05-15 16:42:43 +00:00
Moriyoshi Koizumi af32730476 Revert the last patch.
# sorry for the annoyance
2003-05-14 18:15:01 +00:00
Moriyoshi Koizumi 0d39841728 Oops 2003-05-13 19:35:49 +00:00
Moriyoshi Koizumi e54919d230 Fixed bug #23610 2003-05-13 19:33:36 +00:00
Sascha Schumann 3eab2fb3bd improve keep alive handling 2003-05-12 01:29:21 +00:00
Sascha Schumann 40dd3617eb add premium thttpd support 2003-05-12 01:02:08 +00:00
Edin Kadribasic 4aa1414623 Reverting last patch (merge from sapi/apache). 2003-05-09 09:13:01 +00:00
Edin Kadribasic d758f2ea0b Reverting my last patch because user reports it does not help
solve the problem. (bug #23504)
2003-05-09 09:11:14 +00:00
Edin Kadribasic 97f3a35d73 Fixed MFB side effect 2003-05-08 14:42:31 +00:00
Edin Kadribasic 692b508957 Merge from sapi/apache (fix for #23504) 2003-05-08 09:31:08 +00:00
Edin Kadribasic 6f0e0a61b6 MFB 2003-05-08 09:27:18 +00:00
Moriyoshi Koizumi edac258751 Possible fix for bug #23455 (patch by rrichards@digarc.com) 2003-05-07 14:11:58 +00:00
Sascha Schumann 33a10b342e Improved protection against hostname attacks 2003-05-06 19:17:50 +00:00
Sascha Schumann bd6ff4ca43 fix typo 2003-05-06 10:15:33 +00:00
Sascha Schumann 4f8aeebf64 improve portability 2003-05-06 10:14:20 +00:00
Sascha Schumann 833d734af1 cleanup 2003-05-01 20:49:42 +00:00
Ilia Alshanetsky 11d9dd93b9 Fixed bug #23417 (compile failure in apache2filter sapi). 2003-04-30 00:47:08 +00:00
Sascha Schumann 9f4f0cec39 Fix Content-Encoding header lacking CRLF 2003-04-28 22:07:18 +00:00
Sascha Schumann ca47774ede MFB usage fix 2003-04-28 19:43:09 +00:00
Edin Kadribasic 43e54bf2c1 More clean way of ignoring headers in CLI since we do not need to
disable them selectively. This fixes problems for people who want
to use session module in CLI.
2003-04-28 10:04:50 +00:00