Ilia Alshanetsky
1b2b9a6a0d
MFH:
...
Fixed bug #27580 (pre-initialization errors in ap2 handler are not
being written to vhost error log).
Stop using depreciated and ignored APLOG_NOERRNO directive.
Make file not found & directory as script invocation error messages
more descriptive.
2004-03-16 22:38:17 +00:00
Ilia Alshanetsky
9c340ef86f
MFH: Fixed bug #27424 (headers missing on flush() in apache 2 SAPIs).
2004-03-08 03:16:13 +00:00
Ilia Alshanetsky
17cef37fd1
MFH: fixed a compilation error.
2004-02-11 16:53:03 +00:00
Ilia Alshanetsky
125d5a2b73
MFH: Fixed bug #27196 (Missing content_length initialization in apache 2
...
sapis).
2004-02-09 23:28:48 +00:00
Ilia Alshanetsky
0bf4ee95b6
MFH: Apache 2 portion of the fix for bug #25753 .
2004-01-29 15:18:37 +00:00
Ilia Alshanetsky
66fee7dd46
MFH: Fixed bug #27037 (fixed possible crash in apache2handler output code).
2004-01-29 02:18:17 +00:00
Ilia Alshanetsky
e61a8d577c
MFH: Fixed bug #26604 (Apache2 SAPIs implicitly disable Keep-Alive). (Ilia)
2003-12-12 17:19:18 +00:00
Ilia Alshanetsky
8d9bd14c18
MFH: Compiler warning fix (patch by Joe Orton).
2003-11-11 20:04:19 +00:00
Ilia Alshanetsky
edff9053e8
MFH: Fixed bug #25701 (On flush() set headers_sent in apache2handler)
2003-10-02 03:24:43 +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
Ilia Alshanetsky
84cc58d013
MFH: Fixed bug #24958 (Incorrect handling of 404s)
2003-08-06 22:34:20 +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
foobar
0934f19c69
MFH
2003-07-16 05:46:46 +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
3687e5e953
MFH: - Fixed bug #24537 (apache2 compile missed include directories)
2003-07-08 13:54:14 +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
foobar
2dc7873362
MFH
2003-05-28 14:12:04 +00:00
Derick Rethans
3d3416d10e
MFH: Typo
2003-05-26 09:46:34 +00:00
Ilia Alshanetsky
31fe8c5c16
MFH
2003-05-23 02:42:22 +00:00
Zeev Suraski
2127840893
Revert PHP part of the fd patch
2003-05-21 09:34:21 +00:00
Moriyoshi Koizumi
a9a7057448
Revisit the braindead patch only for this branch
...
# this behaviour is fixed in the php5 branch
2003-05-20 07:34:08 +00:00
Sascha Schumann
8053881211
protect against further surprises by initializing all zend_file_handle's
2003-05-17 08:06:53 +00:00
Moriyoshi Koizumi
e674b5c6a4
MFH: reverted the patch for the PATH_TRANSLATE issue
2003-05-14 18:19:57 +00:00
Moriyoshi Koizumi
ecf62dc44e
MFH(r-1.112, r-1.18): fixed bug #23610
2003-05-13 19:38:04 +00:00
Moriyoshi Koizumi
96d9074817
MFH(r-1.16): possible fix for bug #23455 (patch by rrichards@digarc.com)
2003-05-07 14:12:57 +00:00
Sascha Schumann
77d490c8fa
usage fix
2003-04-28 19:42:30 +00:00
Ilia Alshanetsky
db59a7414e
MFH
2003-04-16 23:31:39 +00:00
Stanislav Malyshev
bf5d11b44e
MFH path_translated
2003-04-10 11:35:07 +00:00
foobar
d9e4d36c48
MFH
2003-03-27 13:16:34 +00:00
Ilia Alshanetsky
db230015b8
MFH
2003-03-25 15:35:27 +00:00
foobar
64e2082f39
- MFH: not pretty name (bug #22853 )
2003-03-25 01:38:50 +00:00
Ilia Alshanetsky
86306178c5
MFH
2003-03-25 01:34:39 +00:00
foobar
afa7fa58d7
MFH: Fix for bug #22672
2003-03-18 01:24:57 +00:00
Edin Kadribasic
f38526321b
Make apache2 handler produce php4apache2.dll which should work as a
...
drop in replacement for the filter. Remove max_request_per_child from
minfo() since that function is not exported by win32 version of apache2
lib.
2003-03-13 22:01:43 +00:00
foobar
16106bd1f7
OnUpdateLong is only in php5/HEAD. (oops! :)
2003-03-11 17:22:31 +00:00
foobar
4648e756a9
- MFH: apache2handler sapi module
...
- Changed apache2filter to use --with-apxs2filter
2003-03-10 03:17:04 +00:00
SVN Migration
a9b5596a02
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
2003-02-23 02:39:52 +00:00
foobar
3a2a0b1c4c
- Remove all of it.
...
# Ian, this was really unnecessary..
2003-02-15 22:20:55 +00:00
Ian Holsman
f6cf0fce5c
After short discussion, the #php.bugs mob decided that we don't want
...
this in PHP_4_3 branch. At least as long as it doesn't work as well
(or preferrably better :) than the apache2filter SAPI does.
So please remove it from the branch for now..
--Jani
2003-02-15 22:16:03 +00:00
Ian Holsman
dd15de6bda
alternate apache2 SAPI.
2003-02-15 05:49:31 +00:00
SVN Migration
cbd263dafe
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
2003-02-12 04:38:31 +00:00