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
Sascha Schumann
40b93fa16d
add phppat/phpspat configuration file support and
...
fix some indention
2002-10-26 22:22:34 +00:00
Sascha Schumann
e077e0debe
update and extend
2002-10-26 22:22:07 +00:00
Ilia Alshanetsky
d5870ef544
Added a sanity check (hopefuly will fix bug #20109 ). According to
...
http://developer.netscape.com/docs/manuals/enterprise/40/nsapi/05_nsapi.htm#551539
util_hostname() can return a NULL value.
2002-10-26 22:00:36 +00:00
Sascha Schumann
7a0850a344
Fix build and .phps support
2002-10-26 21:06:10 +00:00
Sascha Schumann
01bdc2e369
experimental .phps support
2002-10-26 20:55:41 +00:00
Sascha Schumann
c46ed2114e
not sure what this async_send is doing in here, so relieve it from its duty.
2002-10-26 20:45:35 +00:00
Sascha Schumann
7b3bea0b41
Donate "Fast Accept Loop" from Premium thttpd which speeds up processing
...
new connections when the connection table contains lots of entries.
2002-10-26 19:41:27 +00:00
Ilia Alshanetsky
3a1c278361
Fixed memory leaks.
2002-10-26 19:33:15 +00:00
Sascha Schumann
467fea036a
Donate "Periodic Connection Expiring" from Premium thttpd, because
...
it is simple and gives a +40% improvement in terms of requests/s
when serving static files.
2002-10-26 18:14:45 +00:00
Sascha Schumann
b9135d74e9
some system headers (irix) define sa_len
...
prefix sa_len with x
2002-10-26 15:47:22 +00:00
Derick Rethans
d82565fb7a
- Fix build
...
#- Jan, please TEST! before committing :-)
2002-10-25 14:33:46 +00:00
Jan Lehnardt
e431d6a1c9
- alphabetical output for php -h (cli)
2002-10-25 09:32:32 +00:00
Jan Lehnardt
ed29169f91
- alphabetcial output for php -h (cgi)
...
- cosmetics
2002-10-25 09:28:55 +00:00