Moriyoshi Koizumi
6e2cd3fcfe
MFH: Made auth information inaccessible under safe mode
2002-12-21 21:52:41 +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
Moriyoshi Koizumi
2615ec3dee
MFH
2002-12-20 15:52:49 +00:00
Edin Kadribasic
0dbe08cba2
Make sure cli install dir is created before trying to install in it.
2002-12-20 10:04:55 +00:00
Edin Kadribasic
83638d2232
Making build system changes according to proposal:
...
http://news.php.net/article.php?group=php.dev&article=92682
2002-12-19 16:55:57 +00:00
Edin Kadribasic
a3d0b7e43f
Reverted previous patch as suggested by Andi. (reopening #20539 ).
2002-12-19 00:11:32 +00:00
Edin Kadribasic
120f6a9bf2
MFH: Fix for #20539 (patch by Moriyoshi Koizumi).
2002-12-11 10:29:07 +00:00
foobar
93f50df68d
MFH: Fix for bug #20928
2002-12-11 08:42:07 +00:00
Ilia Alshanetsky
4cc3aa052d
MFH
2002-12-11 02:51:26 +00:00
Ilia Alshanetsky
fdc3a171dc
MFH
2002-12-09 18:45:37 +00:00
Melvyn Sopacua
c81b7d7156
MFH: fix make install target on Cygwin
2002-12-09 17:25:01 +00:00
Sebastian Bergmann
5c29f19331
MFH
2002-12-06 06:09:44 +00:00
Marcus Boerger
a27d6d90ec
MFH
2002-12-05 23:19:02 +00:00
Shane Caraveo
f4e68f2504
MFH
2002-12-02 05:25:55 +00:00
Shane Caraveo
dab83e9889
MFH
2002-12-02 02:21:01 +00:00
Shane Caraveo
e1b7458984
MFH
2002-12-01 23:30:22 +00:00
Shane Caraveo
c16d330371
MFH
2002-12-01 23:15:31 +00:00
SVN Migration
7801f96096
This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.
2002-11-26 12:06:00 +00:00
Edin Kadribasic
14d6306385
MFH: Avoid possible buffer overflow.
2002-11-22 15:47:44 +00:00
Edin Kadribasic
9e7f020233
Don't send default http status (200) (Thanks to Sascha Schumann for idea).
2002-11-22 13:50:40 +00:00
Edin Kadribasic
837d371f50
MFH: Fixed bug #19207 by adding cgi.rfc2616_headers config directive.
2002-11-22 10:16:36 +00:00
Andrei Zmievski
54e893af56
MFH
2002-11-15 00:33:18 +00:00
Andrei Zmievski
d9d34ae282
MFH
2002-11-14 21:09:47 +00:00
Jan Lehnardt
e95c7178cc
- be more verbose
2002-11-13 12:41:05 +00:00
Marcus Boerger
cecb9dfc79
Implemented -n switch to skip parsing ini at startup as suggested by Wez.
...
#The switch 'n' was planned to be used for beautifying....delete n to make
#clear these functions do not have a switch yet.
2002-11-12 20:56:47 +00:00
Hartmut Holzgraefe
cb6202bbe8
reverting accidential commit
2002-11-12 16:41:14 +00:00
Hartmut Holzgraefe
0c395d0f4c
*** empty log message ***
2002-11-12 16:37:47 +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
a8136b4dba
Defend against pipelined requests on persistent connections as used by
...
IRCG. These could cause thttpd to start a second request in the same
connection context, and thereby causing real damage.
Mozilla 1.0.1 is buggy in that context: When HTTP/1.1 pipelining is
enabled (defaults to off), it will send any number of requests over
a persistent connection (which is fine), even after it has received
a "Connection: close" header field in a subsequent response header.
This blatantly violates RFC 2616, section 8.1.2. Because it cannot
receive any response on the dead connection, the download manager
pops up and tries to download a file (which never arrives).
Also, we don't try to send a 400 message anymore, if the connection
dies.
2002-11-10 15:21:13 +00:00
Sascha Schumann
f2f443f066
s/PHP_API/PHP_API_VERSION/
2002-11-08 13:29:32 +00:00
Sascha Schumann
8d25447f30
let this source file compile with php 4.2.x
2002-11-07 11:56:02 +00:00
Sascha Schumann
eb0141913c
Add two missing entries
2002-11-07 11:38:03 +00:00
Sascha Schumann
10a861f93c
- use TCP_DEFER_ACCEPT
...
- don't timeout connections which are managed by IRCG
- don't generate invalid HTTP replies, if the client did not send a
request line yet
2002-11-06 17:31:03 +00:00
Ilia Alshanetsky
64f77577f0
Fixed bug #20035 . ZE now allows us to pass the current line position by
...
setting zend_lineno to (current_line * -1).
2002-11-05 22:04:12 +00:00
Marcus Boerger
64d3e88266
call php_module_startup after zts has been initialised. This way we could
...
have called zend_ini_deactivate(TSRMLS_C). But it seems unnecessary.
#tested with ZTS and non ZTS build and many manual fail points.
#now it even compiles without any warning, at least for me
2002-11-05 15:15:51 +00:00
Edin Kadribasic
608d4ded77
Moving php/embed windows build files to sapi/embed folder.
2002-11-05 13:12:27 +00:00
Edin Kadribasic
9276b276f7
Made php -v output look nicer on standard 80 column display.
2002-11-05 11:13:35 +00:00
Sascha Schumann
3f7081c439
Fix debugging description
2002-11-04 13:22:23 +00:00
Ilia Alshanetsky
4886072b4b
Fixed bug #20217 . When php_flag & php_value are used, the PHP_INI_PERDIR
...
flag should be used when setting the ini value. Otherwise, the user cannot
modify per-directory ini settings specified via .htaccess.
2002-11-02 23:08:20 +00:00
James Cox
a63d607f08
adding id tags
2002-11-02 16:04:27 +00:00
Sascha Schumann
b39ca47d20
syntax highlighting has been added
2002-11-02 13:47:27 +00:00
Sascha Schumann
68bb574637
add missing }}} closure
2002-11-02 04:53:31 +00:00
Sascha Schumann
ac4d1a1927
fix obvious copy&paste error
2002-11-02 04:35:25 +00:00
Sascha Schumann
082d9c4936
Simplify handler dispatching mechanism
2002-11-01 11:51:35 +00:00
Sascha Schumann
1a7a5b3982
Add missing return statement.
2002-11-01 11:44:50 +00:00
Sascha Schumann
1d2eb7c485
update
2002-11-01 11:41:08 +00:00
Sascha Schumann
7d504b230c
improve host header checking, only affects systems which have virtual
...
hosting enabled
2002-11-01 11:40:26 +00:00
foobar
b79e506045
Added built date and time to -v output.
2002-10-31 17:34:10 +00:00
Sascha Schumann
55879b3543
first step towards asynchronous content body processing
2002-10-30 19:09:49 +00:00
Sascha Schumann
ed15104099
s/-//
2002-10-26 22:27:45 +00:00