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
Sascha Schumann
808f05c205
the variable interpolation was already subject to IFS treatment,
...
which resulted in the execution of the foremost directory.
we capture the output before setting IFS now
2002-07-11 13:33:22 +00:00
Sascha Schumann
ee619493b3
Use a simple IFS; set step to interprete the httpd -v output
2002-07-11 08:44:42 +00:00
foobar
2ca9ae687d
- Fix the version check again.
2002-07-07 15:43:45 +00:00
Rasmus Lerdorf
03b76b278e
Oops, extra pipe snuck in
2002-06-29 00:12:46 +00:00
Rasmus Lerdorf
02022179c9
Fix for bug #18055
2002-06-28 23:57:15 +00:00
Stefan Esser
44a5b43b79
Fixing the same possible memory leak.
2002-06-21 14:47:59 +00:00
foobar
f9e492d00b
@- Fixed bug with Apache which let PHP_AUTH_* variables to be set when
...
@ external basic auth mechanism was used. (Jani)
Fixes bugs: #16653 , #14534 , #14370
2002-06-13 22:13:57 +00:00
Sascha Schumann
190b65f4a1
Fix build
2002-06-01 17:38:23 +00:00