Rasmus Lerdorf
bb9223391e
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:14:46 +00:00
foobar
a00bdd925a
MFH
2005-03-04 15:16:27 +00:00
Derick Rethans
c61f31defe
- MFH: There is no --with-apache2, only apxs2
2005-01-26 18:03:30 +00:00
Antony Dovgal
74bbb513a2
typo in config.m4 (potential configuration problem with Stronghold)
2004-08-18 07:16:46 +00:00
Stefan Esser
42a50158bc
Merge all not yet merged security fixes into the 4_3 branch
2004-07-21 16:25:37 +00:00
Rasmus Lerdorf
e596539840
If we have a text/html file with the executable bit set, we load up the
...
current ini, but if php's xbithack option is not set we forgot to restore
the previous ini settings potentially leaking ini settings from one request
to the next. Closes bug #25753 and a few others.
2004-01-28 17:42:20 +00:00
foobar
e56b9397d9
MFH: runtime apache version
2003-09-09 21:42:57 +00:00
Ilia Alshanetsky
4df567fe9d
MFH: Fixed format bug
2003-08-28 17:49:08 +00:00
foobar
0db5048d6a
MFH
2003-06-27 16:42:51 +00:00
Rasmus Lerdorf
28f4501f0a
Fix a couple of closing folding tags
2003-06-03 05:41:49 +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
Zeev Suraski
2127840893
Revert PHP part of the fd patch
2003-05-21 09:34:21 +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
d36a62dd0e
MFH(r-1.43): fixed a syntax highlighter problem that happens when output buffering is turned on
2003-05-16 23:08:47 +00:00
Edin Kadribasic
eafad14638
Reverting my last patch because user reports it does not help
...
solve the problem. (bug #23504 )
# I cannot reproduce this myself so reverting the patch
# is probably the best thing to do at this point.
2003-05-09 09:08:09 +00:00
Edin Kadribasic
f601dff0c2
Fix for bug #23504 . Read per_dir configuration before trying to open the
...
the php file for execution.
2003-05-08 09:19:44 +00:00
Sascha Schumann
9daf234fef
MFH
2003-03-30 18:36:46 +00:00
foobar
1e8876bdad
MFH: Possible fix for #22259 + part 1/2 for fixing AIX DSO bug
2003-02-24 16:16:57 +00:00
George Schlossnagle
e7155c5f3d
MFH fix for 19919
2003-02-24 01:29:54 +00:00
foobar
ca2cd45607
MFH: - Fixed bug #22376 (wrong httpd.conf modified when using INSTALL_ROOT)
2003-02-23 07:34:32 +00:00
foobar
7c5adc1bb8
MFH
2003-02-13 07:48:00 +00:00
foobar
11260dc9d7
MFH
2003-02-12 17:09:47 +00:00
Sascha Schumann
01f0478750
MFH
2003-02-11 02:35:34 +00:00
Sascha Schumann
04e25c59f7
MFH BUFF check
2003-02-11 02:25:48 +00:00
Sascha Schumann
6cfa5ae855
MFH 0/-1 changes
2003-02-09 21:28:49 +00:00
Sascha Schumann
29db4eaa2c
MFH 1.150
2003-01-15 11:29:05 +00:00
Derick Rethans
6f533a3d8a
- Fix docrefs
2003-01-03 21:32:24 +00:00
Sebastian Bergmann
03d440e1c0
MFH: Bump year.
2002-12-31 16:27:40 +00:00
Andrei Zmievski
614614c89e
Make PHP_AUTH_* variables not available in safe mode under Apache. Patch by
...
Philip Olson.
2002-12-21 20:09:09 +00:00
foobar
93f50df68d
MFH: Fix for bug #20928
2002-12-11 08:42:07 +00:00
Marcus Boerger
a27d6d90ec
MFH
2002-12-05 23:19:02 +00:00
Ilia Alshanetsky
b09c1afe0e
PHP flags specified in .htaccess can now be turned on by using '1' as well as
...
'On'.
2002-11-10 19:34:09 +00:00
Sascha Schumann
2909e5c9c9
centralize #include "build-defs.h" and drop (sometimes inconsistent) other
...
instances
2002-10-24 13:15:49 +00:00
Moriyoshi Koizumi
f2f19761a5
Forgot this one.
2002-10-23 18:34:57 +00:00
Hartmut Holzgraefe
c4cb92229c
this will be handled elsewhere
2002-10-21 20:20:08 +00:00
Rasmus Lerdorf
204c64e57f
zlib.h being included before ssl.h needs to be handled here too
2002-10-08 00:13:56 +00:00
Colin Viebrock
c7c275b741
fix phpinfo() output for better browser BC
2002-09-26 17:54:54 +00:00
Ilia Alshanetsky
fd094b5b1e
Fixed bug #15038 , original patch by: phpman@toowards.com
2002-09-21 15:42:33 +00:00
Colin Viebrock
14a6cc8847
Change phpinfo() to use CSS styling instead of HTML code.
...
It doesn't render as nicely as it used to on older browsers, but it
does result in smaller files, and opens the door to using your own CSS
to style it differently.
There is a patch to Zend/zend_ini.c, but I don't have enough Karma, so
Derick has the patch.
2002-09-19 21:57:25 +00:00
Zeev Suraski
76312b4508
another startup initialization fix - only ISAPI and CGI SAPI's tested,
...
minor compile buglets might occur in other SAPIs, but should be trivial
to fix...
2002-09-18 21:57:42 +00:00
Christian Stocker
9495fb9d7d
@ - Added php.ini option "allow_webdav_methods" to allow handling of
...
@ WebDAV http requests within PHP scripts. (chregu)
# More methods (for DeltaV) will follow.
2002-08-22 07:48:23 +00:00
foobar
91b3644a72
These functions are not used elsewhere.
2002-08-22 00:19:54 +00:00
foobar
8beb1e2237
Fix ZTS build
2002-08-21 23:51:12 +00:00
Rasmus Lerdorf
f5630aa246
Fix xbithack bug finally (see bug #16515 )
2002-08-19 15:52:21 +00:00
Stefan Esser
8d2bc70752
make POST requests work again
2002-08-18 13:05:44 +00:00
Zeev Suraski
9e743e83a5
Fix a NASTY multithreading bug with in the Apache module
2002-08-15 23:59:47 +00:00
Dan Kalowsky
0917902b92
Fix for Bug #9280 with regards to an Expect header. patch submitted by
...
Ilia <ilia@prohost.org >
# someone just give the man his php4 karma please!
2002-08-14 17:15:49 +00:00
Rasmus Lerdorf
cd9bb8e555
Fix proto
2002-08-13 04:03:20 +00:00
foobar
272913f3d4
- Fixed bug: #18560 , the macro was not defined always.
2002-07-25 18:37:16 +00:00