1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Commit Graph

1309 Commits

Author SHA1 Message Date
Ilia Alshanetsky
bd3cb846c0 MFH: Don't forget to flush() buffers for -w -s 2003-08-13 02:01:59 +00:00
Ilia Alshanetsky
351a686a7c MFH: Fixed bug #20896 (-s -w modes with php-cli cause php to hang). 2003-08-13 01:30:39 +00:00
Ilia Alshanetsky
84cc58d013 MFH: Fixed bug #24958 (Incorrect handling of 404s) 2003-08-06 22:34:20 +00:00
Edin Kadribasic
ad2fa621bd Sync to LICENSE file in the distro 2003-08-04 22:30:04 +00:00
Sascha Schumann
f2565109ea don't overwrite script_path_translated if no PATH_TRANSLATED was received 2003-08-04 19:05:05 +00:00
Uwe Schindler
e95fbd1f2c MFH 2003-08-04 12:46:38 +00:00
Uwe Schindler
fa40ecfec1 MFH 2003-08-03 19:31:13 +00:00
Uwe Schindler
86842904be MFH 2003-08-03 11:23:25 +00:00
Ilia Alshanetsky
2556aa7b2a MFH: Fixed bug #24177 (Status not set correctly after flush() in Apache 2) 2003-08-02 18:30:22 +00:00
Ilia Alshanetsky
9f7f4f5bb8 MFH: Fixed bug #22072 (Apache2 sapis do not detect aborted connections) 2003-08-01 20:21:21 +00:00
Ilia Alshanetsky
85f4e2b191 MFH: Preserve exit status for non-php execution modes. 2003-08-01 16:53:03 +00:00
Ilia Alshanetsky
e945608fa4 MFH: Fixed bug #23509 (exit code lost when exit() called from
register_shutdown_function())
2003-08-01 12:29:48 +00:00
foobar
d892bf5333 MFH 2003-08-01 11:24:20 +00:00
Uwe Schindler
c2de8f4282 put $Id:...$ in readme 2003-07-24 17:46:57 +00:00
Uwe Schindler
7e3fa7bd59 MFH: Possibility to use php4_execute to display server error pages or directory listing pages 2003-07-24 17:42:40 +00:00
Uwe Schindler
7ba06d0145 some code cleanups 2003-07-21 14:20:30 +00:00
foobar
0934f19c69 MFH 2003-07-16 05:46:46 +00:00
Uwe Schindler
dff2f35098 MFH: safe mode fix 2003-07-15 22:19:23 +00:00
Uwe Schindler
261429dc52 MFH: Make virtual() an alias for nsapi_virtual() -- better for docs/naming in future 2003-07-15 17:31:03 +00:00
foobar
894e2f15f0 MFH: Fixed bug #21074 (Apache2: "ErrorDocument xxx /error.php" broken). 2003-07-11 04:24:11 +00:00
foobar
1aecd0f1ff MFH: Use the proper way to get the max requests per child. 2003-07-10 22:45:34 +00:00
foobar
2be22abf64 MFH 2003-07-08 14:13:10 +00:00
foobar
3687e5e953 MFH: - Fixed bug #24537 (apache2 compile missed include directories) 2003-07-08 13:54:14 +00:00
Uwe Schindler
b6b4369972 fix typo 2003-07-02 22:40:13 +00:00
Uwe Schindler
62ef1e2857 Prevent user from making nested PHP requests with virtual() 2003-07-02 13:37:39 +00:00
foobar
9eeb62c4a3 MFH: Be more verbose about what is installed (and in CGI case, WHERE) 2003-07-02 02:48:16 +00:00
Sascha Schumann
d6fbae0c27 Fix install-sapi dependency - it should depend on OVERALL_TARGET, of course. 2003-07-02 01:06:29 +00:00
foobar
7a92fe4c4c MFH: Separate CGI install from install-sapi. 2003-07-01 17:03:55 +00:00
Sascha Schumann
55b41157cf properly restart syscalls 2003-07-01 05:28:53 +00:00
Edin Kadribasic
92e30ad3df Fixed win32 build 2003-06-30 00:44:03 +00:00
Shane Caraveo
5a2899b78e MFH
renable -b option (removed when longopts were added)
dissable -b on windows due to fastcgi lib bug
close stdin on linux when using socket server (bug 23664)
2003-06-29 20:45:53 +00:00
Shane Caraveo
f26cc7bcd4 MFH
fix bug http://bugs.php.net/bug.php?id=24009
also do not use APPL_PHYSICAL_PATH as DOCUMENT_ROOT under IIS, it's
different depending on IIS configuration.  Code works fine without it, that
was just an attempt at a shortcut.
2003-06-29 20:09:56 +00:00
Sascha Schumann
50eb9f576a Serialize headers for systems with low IOV_MAX (e.g. Solaris) 2003-06-27 18:40:55 +00:00
foobar
0db5048d6a MFH 2003-06-27 16:42:51 +00:00
Sascha Schumann
6b8d3f6b01 Simplify/fix logging 2003-06-16 19:11:44 +00:00
Sascha Schumann
533c499b44 Don't corrupt data during request body handling 2003-06-04 05:28:00 +00:00
Sascha Schumann
39f801b957 Don't return CRLF from broken clients 2003-06-04 05:13:41 +00:00
Edin Kadribasic
4f75f3bef1 MFH (bugfix #23902 by Shane). 2003-06-03 10:08:17 +00:00
Rasmus Lerdorf
28f4501f0a Fix a couple of closing folding tags 2003-06-03 05:41:49 +00:00
Holger Zimmermann
35659b625f Merged with main trunk 1.53/1.5. 2003-06-02 17:14:10 +00:00
Uwe Schindler
84ebb3ae39 MFH: Messages for newer servers. 2003-06-01 21:45:26 +00:00
Uwe Schindler
aa9d7d766e MFH: 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:15:52 +00:00
Moriyoshi Koizumi
b0884491ae MFH(r-1.231): CGI SAPI should honour this setting (arg_separator.input) 2003-05-31 17:02:01 +00:00
Uwe Schindler
2da81fefb8 zend_alter_ini_entry now with PHP_INI_USER 2003-05-31 15:32:38 +00:00
Marcus Boerger
fe95410380 Reapply this one, too. 2003-05-31 02:31:10 +00:00
Marcus Boerger
0b0a331e63 Reapply long opts 2003-05-31 02:20:08 +00:00
foobar
8506ee1bfe - Re-added the FD lexer patch.
# Marcus is going to add the long-opts patches back in after this.
2003-05-31 01:37:45 +00:00
Uwe Schindler
873f321cf7 Disable virtual() if zlib.output_compression is turned on. Better detection of ns-httpdXX.dll 2003-05-30 23:39:04 +00:00
Derick Rethans
59b59d2651 - Added a "DEBUG" qualifier to 'php -v's version output, and made the CGI
version statement look the same as the CLI version. (Derick)
2003-05-30 17:03:10 +00:00
Uwe Schindler
f9f0c83b30 virtual() now works under windows, too 2003-05-30 13:15:04 +00:00