1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Commit Graph

1582 Commits

Author SHA1 Message Date
Dmitry Stogov
03913f1308 Fixed bug #33723 (php_value overrides php_admin_value) 2005-08-01 08:12:42 +00:00
Anantha Kesari H Y
63394e6885 sapi/apache2filter/php_apache.h
Removing redundant CLIB_STAT_PATCH
sapi/apache2filter/sapi_apache2.c
Removing redundant CLIB_STAT_PATCH
-- Kamesh
2005-07-16 12:30:10 +00:00
Dmitry Stogov
06a2e4ce94 Fixed bug #33520 (crash if safe_mode is on and session.save_path is changed) 2005-07-04 12:47:26 +00:00
Brian France
f81d41c762 MFH:
Added a SG(server_context) NULL check to php_apache_getenv.

This can get called when "<key> = ${<key>}:/foo" is used in a .ini file, but <key> has not be set yet.
You will end up with a value of ":/foo", but at least it will not crash.
2005-06-28 16:38:03 +00:00
Holger Zimmermann
1bf24dcad9 Replaced PCHAR by CHAR * (not defined in pi3web_sapi header) 2005-06-26 16:36:59 +00:00
Antony Dovgal
6ba14f7c60 MFH: fix #29683 (headers_list() returns empty array) 2005-06-20 12:46:52 +00:00
foobar
cee2f89bac MFH 2005-06-20 11:48:25 +00:00
Rasmus Lerdorf
feac7f8dbb MFH Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as per
RFC 2616 section 10.3.5
2005-05-19 16:06:38 +00:00
foobar
8369e2bfab MFH 2005-04-30 04:12:43 +00:00
foobar
fda8417776 MFH 2005-04-28 14:24:21 +00:00
foobar
926ec43123 MFH 2005-04-28 13:14:55 +00:00
Antony Dovgal
332f700522 fix C++ comments 2005-04-22 09:14:34 +00:00
foobar
46d47e77d0 MFH: expose EXEEXT and use with CLI/CGI 2005-04-21 15:13:16 +00:00
foobar
1aa8063f2f MFH: - Fixed bug #31887 (ISAPI: Custom 5xx error does not return correct HTTP response message) 2005-04-17 03:39:14 +00:00
foobar
155eff97df fix typo (bug #32673) 2005-04-11 15:39:21 +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
Antony Dovgal
7d48c9c32d MFH: fix #28803 (enabled debug causes bailout errors with CLI on AIX
because of fflush() called on already closed filedescriptor)
2005-03-22 15:09:20 +00:00
Anantha Kesari H Y
b56adc718b As NetWare LibC has optind and optarg macros defined in unistd.h our local variables were getting mistakenly preprocessed so undeffing optind and optarg 2005-03-11 11:04: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
foobar
5be2acc65d MFB: Fix VPATH build 2005-03-06 23:16:53 +00:00
foobar
e6dad2a5c3 MFH 2005-03-04 15:15:50 +00:00
foobar
d01de96f9a Revert this patch 2005-02-11 02:06:48 +00:00
foobar
e8cbe865f3 MFH: - Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME)
# Patch by: lukem at NetBSD dot org
2005-02-04 10:41:02 +00:00
Derick Rethans
e53ed77075 - MFH: There is no --with-apache2, only apxs2 2005-01-26 18:03:17 +00:00
Andrei Zmievski
86b2558a5e MFB (Fix several egregious leaks in ext/browscap and sapi/embed). 2005-01-25 22:00:14 +00:00
Joe Orton
b386cdbdd7 MFH: Fixed regression #31645 - only flush before running the subrequest. 2005-01-24 11:46:59 +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
b8f8302bbc MFH: - Fix another generated header include 2005-01-14 20:45:11 +00:00
Joe Orton
5f0a65bd36 MFH: Fixed bug #30446 - virtual() includes files out of sequence,
work around 2.0 subrequest/internal redirect issue.
2005-01-11 14:07:27 +00:00
foobar
1fc5fc9ccd MFH: Fix ZTS build 2005-01-11 13:36:16 +00:00
foobar
ae546e85b8 - Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream).
(chris at ex-parrot dot com)
2005-01-10 15:38:50 +00:00
foobar
cf68478f8e MFH: - Fix outside-source-tree builds. Always include generated header files
with #include <some_header.h> to make sure the correct file is used.
2005-01-09 21:05:20 +00:00
foobar
44f94fee4a MFH: - Fixed bug #31055 (apache2filter: per request leak proportional to the full path of the request URI) 2005-01-07 06:28:24 +00:00
foobar
8078fc1f6d - MFB4_3: Quote macro names in AC_DEFUN() 2004-12-30 07:04:12 +00:00
foobar
9c500be57f MFH: missing CVS id tag 2004-12-18 03:14:52 +00:00
Moriyoshi Koizumi
c563365b2f - MFH 2004-12-16 23:18:14 +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
Holger Zimmermann
1b6665b0d9 Replaced static server variables by function call and configurable list at the Pi3Web server side. 2004-12-05 10:32:30 +00:00
Antony Dovgal
6749b09d8b MFH: fix CLI leaks when using malformed option string 2004-11-15 14:08:33 +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
Ilia Alshanetsky
2daa88cd48 Possible fix for bug #29764 2004-10-06 00:12:04 +00:00
Uwe Schindler
2067727a80 changed order of processing of ini entries 2004-09-20 13:29:44 +00:00
Uwe Schindler
8e3e81256f Fixed bug #29805 (HTTP Authentication Issues) 2004-09-15 21:27:10 +00:00
Derick Rethans
8ee05c9da8 - Fixed Apache 2.0 SAPI build against Apache 2 HEAD. (Patch by Joe Orton) 2004-08-23 09:00:09 +00:00
Antony Dovgal
fa5f20cfce MFB: typo in config.m4 (potential configuration problem with Stronghold) 2004-08-18 07:19:45 +00:00
Wez Furlong
46b2bef868 Moved to PECL 2004-07-28 23:39:36 +00:00
Edin Kadribasic
e52b580cad MFH: Fix for #28929 by Michael Sisolak 2004-07-21 22:53:27 +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