1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 11:42:17 +02:00
Commit Graph

1331 Commits

Author SHA1 Message Date
Uwe Schindler
571ca7f26e this is not needed 2003-11-01 23:56:58 +00:00
Uwe Schindler
005dfa3c04 MFH 2003-10-31 17:32:04 +00:00
Uwe Schindler
112c1def73 Send correct default content type from php.ini not static text/html (important for other charsets than iso-8859-1) 2003-10-31 12:17:43 +00:00
foobar
1406239f9a Fix "bug" #26039 2003-10-31 01:28:11 +00:00
Uwe Schindler
5be79b203b new SunONE server 2003-10-17 21:57:45 +00:00
Ilia Alshanetsky
800b1765ae MFH: Fixed formatting issues (patch by: Joe Orton) 2003-10-17 02:21:37 +00:00
Sascha Schumann
adfb56c304 Embed date of last modification 2003-10-14 08:11:18 +00:00
foobar
2dfed48c99 MFH: Aligned configure help texts. 2003-10-03 05:26:30 +00:00
Moriyoshi Koizumi
adec65bea6 MFH(r-1.15): Alignment fix 2003-10-02 10:48:16 +00:00
Ilia Alshanetsky
edff9053e8 MFH: Fixed bug #25701 (On flush() set headers_sent in apache2handler) 2003-10-02 03:24:43 +00:00
Sascha Schumann
8d28cb5737 Major bug fix upgrade to the bundled libfcgi
A delta between libfcgi 2.2.2 and 2.4.1-SNAP has been applied to the
source.  Shane's impersonation, putenv and exit->return improvements
have been carried over.  One of Shane's changes caused the first process
to hang after one request.  The modification has been deactived (os_win32.c).

These changes together with a patch to mod_fastcgi, make Apache/mod_fastcgi
and PHP work under Win32.  It was basically unusable before that.
2003-09-21 22:08:17 +00:00
Sascha Schumann
42d1578fb4 Fix potential buffer overrun 2003-09-20 12:44:13 +00:00
Ilia Alshanetsky
3857aa4f7d MFH: Fixed bug #25570 (Possible crash in apache2handler when zend_bailout
called outside of zend_try {} block).
2003-09-19 00:44:58 +00:00
foobar
e56b9397d9 MFH: runtime apache version 2003-09-09 21:42:57 +00:00
foobar
24f458a004 - MFH: build problems fix with CLI 2003-09-08 13:10:34 +00:00
Sascha Schumann
cbb59ee1b0 Update documentation, -b ip:port works 2003-09-03 08:24:17 +00:00
Sascha Schumann
b02ce8bdc7 fix heuristic: if someone passed "-b IP:port", this check would
falsely recognize the parameter as defining only a port.
2003-09-03 08:14:14 +00:00
Sascha Schumann
b4a6c9fe75 fetch fd correctly in fastcgi case 2003-09-02 16:16:12 +00:00
Sascha Schumann
2457ddb3ba implement get_fd/force_http_10 methods for CGI SAPI 2003-09-02 11:23:57 +00:00
Sascha Schumann
e225eee248 nuke unused var 2003-09-02 11:15:14 +00:00
Ilia Alshanetsky
4df567fe9d MFH: Fixed format bug 2003-08-28 17:49:08 +00:00
Stanislav Malyshev
ab9ceb9526 Null dtor so that extensions won't be unloaded prematurely by list
destruction
2003-08-28 11:34:51 +00:00
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