Dmitry Stogov
f49bc6b3c2
typo
2005-11-29 13:30:11 +00:00
Dmitry Stogov
fad8abc7e8
MFH: Resolve Apache2 subrequest problems (Ilia)
2005-11-29 11:04:11 +00:00
Rasmus Lerdorf
c4c0f6a383
MFH the fix to bug #33690
2005-10-17 19:35:39 +00:00
Ilia Alshanetsky
05f463678c
MFH: Fixed possible INI setting leak via virtual() in Apache 2 sapi.
2005-10-05 00:44:04 +00:00
foobar
0904130f11
MFH
2005-09-02 13:51:26 +00:00
Ilia Alshanetsky
06c10055d5
MFH: Fixed bug #33987 (php script as ErrorDocument causes crash in Apache 2).
2005-08-18 01:15:23 +00:00
Antony Dovgal
6ba14f7c60
MFH: fix #29683 (headers_list() returns empty array)
2005-06-20 12:46:52 +00:00
foobar
26b9ee7df1
MFH: - Fixed bug #32587 (Apache2: errors sent to error_log do not include timestamps)
...
# Also nuked the deprecated APLOG_NOERRNO's
2005-04-08 20:34:03 +00:00
Joe Orton
bcc8aad178
MFH: - Fixed bug #31717 : Reject PATH_INFO if "AcceptPathInfo off" is used.
2005-03-10 11:23:57 +00:00
Joe Orton
b02e734f15
MFH - Fixed bug #31519 : Set r->status_line to SAPI-provided status-line.
2005-01-17 12:35:28 +00:00
foobar
0d38556da8
- MFH: Fix typo (avaliable -> available). (bug #28725 )
2004-12-16 12:35:45 +00:00
Stanislav Malyshev
e1dc8e60a4
fix startup - if startup did not succeed, do not continue with execution
2004-12-06 18:55:38 +00:00
Stanislav Malyshev
cda0f6145f
do not zero out peak - MM shutdown would do that
2004-12-06 18:52:52 +00:00
Joe Orton
88c5b75698
MFH: Fix case where php_handle_aborted_connection was called
...
outside a try/end_try block (#25570 ).
2004-10-21 08:22:58 +00:00
Moriyoshi Koizumi
b9d4af72e9
- MFH (sapi_apache2.c: 1.41): request_dtor should be called if a fatal error
...
occurs during activation phase.
2004-07-17 21:31:43 +00:00
Edin Kadribasic
42f7b8026c
MFB: Memory leak fix (patch by Joe Orton)
...
Fixes #28113 . Adapted to php5 by Magnus Määttä.
2004-06-25 13:00:48 +00:00
Ilia Alshanetsky
cfbf5b24b7
Fixed bug #28818 (Apache 2 sapis do not export st_dev).
2004-06-18 00:36:58 +00:00
Ilia Alshanetsky
39baa271b6
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:07 +00:00
Ilia Alshanetsky
c828007fdf
Fixed bug #27424 (headers missing on flush() in apache 2 SAPIs).
2004-03-08 03:15:45 +00:00
Rui Hirokawa
815fe886b8
fixed a compilation error.
2004-02-11 00:45:07 +00:00
Ilia Alshanetsky
67dd730546
Fixed bug #27196 (Missing content_length initialization in apache 2 sapis).
2004-02-09 23:27:43 +00:00
Ilia Alshanetsky
dfaa06dbd7
Apache 2 portion of the fix for bug #25753 .
2004-01-29 15:18:26 +00:00
Ilia Alshanetsky
7d31f3772c
Fixed bug #27037 (fixed possible crash in apache2handler output code).
2004-01-29 02:16:47 +00:00
Andi Gutmans
dbeb4158d2
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
Wez Furlong
7930ddce0a
Make apache2handler build with new build system.
...
Perhaps also make it build with .dsp system too...
2003-12-19 18:28:56 +00:00
Ilia Alshanetsky
1628eb1074
Fixed bug #26604 (Apache2 SAPIs implicitly disable Keep-Alive). (Ilia)
2003-12-12 17:19:11 +00:00
foobar
4dfbc210db
Fixed bug #25768
2003-10-21 11:48:31 +00:00
Ilia Alshanetsky
ffb57ad555
Fixed bug #25701 (On flush() set headers_sent in apache2handler)
2003-10-02 03:24:36 +00:00
Ilia Alshanetsky
2998eeaf0d
Fixed bug #25570 (Possible crash in apache2handler when zend_bailout called
...
outside of zend_try {} block).
2003-09-19 00:44:50 +00:00
Ilia Alshanetsky
10aae5e671
Fixed bug #24958 (Incorrect handling of 404s)
2003-08-06 22:33:18 +00:00
Uwe Schindler
52da23faf4
Fix Win32 Build because of missint TSRM stuff
2003-08-03 11:22:53 +00:00
Ilia Alshanetsky
d2bf1c1338
Fixed bug #24177 (Status not set correctly after flush() in Apache 2)
2003-08-02 18:29:30 +00:00
Ilia Alshanetsky
2b768e8bdc
Fixed bug #22072 (Apache2 sapis do not detect aborted connections).
2003-08-01 20:20:11 +00:00
foobar
d6430ab79f
- Fixed bug #21074 (Apache2: "ErrorDocument xxx /error.php" broken). (Jani)
2003-07-11 04:23:34 +00:00
James Cox
f68c7ff249
updating license information in the headers.
2003-06-10 20:04:29 +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
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
Moriyoshi Koizumi
edac258751
Possible fix for bug #23455 (patch by rrichards@digarc.com)
2003-05-07 14:11:58 +00:00
Ilia Alshanetsky
f7d72d178d
Fixed bug #23232 (safe_mode does not honor PHP_AUTH_* in apache2)
2003-04-16 23:31:23 +00:00
Stanislav Malyshev
6f08d5e759
Make Apache 2 define SG(request_info).path_translated like Apache 1 did.
2003-04-10 11:33:45 +00:00
Sterling Hughes
3f700e58ab
update php module name to php5, not php4.
...
apache, apache2* and cli/cgi work.
sapi module maintainers should fix up their sapis, as I don't run
any servers with php outside of apache.
2003-03-29 04:52:46 +00:00
foobar
7e0aea7efe
CS fix
2003-03-27 13:16:18 +00:00
Ian Holsman
0cef2e7df8
change to a pool-based bucket instead of a transient one.
2003-03-27 05:31:49 +00:00
Ian Holsman
c5fd930eea
remove flush from standard unbuffered write.
...
people requiring a flush can turn implicit flush on.
Thanks ilia for benchmarking this!
2003-03-27 04:35:44 +00:00
Edin Kadribasic
5d381f8f80
MFB and more. Fixed various win32 compilation issues. Also the sapi
...
is now built as php4apach2.dll since the filter is being obsoleted.
2003-03-25 11:50:18 +00:00
Ilia Alshanetsky
519721851f
Fixed bug #22805 (Reading of user input could stop prematurely).
2003-03-25 01:34:32 +00:00
foobar
6121c846b3
whitespace..
2003-03-18 01:24:18 +00:00
Ian Holsman
2697be632c
PR#22672 - User not logged under Apache2
...
patch provided by Andrew Bradford.
2003-03-17 21:28:41 +00:00