Harald Radi
984e58894d
MFH those punctuation fixes
2002-12-08 19:38:27 +00:00
Harald Radi
b32eb3d5d9
threaded version to 1:1 map connections and php request handler threads
2002-12-08 19:04:33 +00:00
SVN Migration
84fa545cdd
This commit was manufactured by cvs2svn to create branch 'THREADED'.
2002-12-01 20:28:55 +00:00
Harald Radi
e25b194525
rename callbacks to fit the original name
2002-12-01 20:28:54 +00:00
Harald Radi
b460dfc042
initial checkin
2002-12-01 19:55:48 +00:00
Harald Radi
9d5e55f790
if the api functions are called, check if they're valid in that context
...
reopen file per request, so milter doesn't hang. PHPA or APC can be used to speed the milter up
added a milter_init callback to init the milter before it is registered
added protos to make sniper happy
2002-12-01 19:50:07 +00:00
Harald Radi
8c19b754f9
first working version
2002-12-01 16:37:59 +00:00
Harald Radi
db93856c07
check for libmilter path
2002-12-01 13:44:22 +00:00
Harald Radi
e4bc32fbe2
no message
2002-12-01 13:36:53 +00:00
Stanislav Malyshev
2c7d6f9a74
improve username/password detection for IIS
2002-12-01 12:48:08 +00:00
Harald Radi
1356e60fa3
no message
2002-12-01 12:23:47 +00:00
foobar
e178bdc1ee
Fix build
2002-12-01 05:14:56 +00:00
Harald Radi
0244ca1d97
it finally compiles now
...
tests will follow tomorrow
2002-12-01 03:37:49 +00:00
Sascha Schumann
2b95b3c83b
add a "force HTTP/1.0 response" facility to the SAPI layer
...
this is necessary, when you want to take over control of a connection
and the web server is doing stupid things by default (like enabling
chunked transfer encoding for no reason).
2002-12-01 03:28:21 +00:00
Harald Radi
b7b5ca519f
fix build
2002-12-01 02:45:30 +00:00
Harald Radi
39e03b580b
todo or not todo
2002-12-01 01:36:26 +00:00
Harald Radi
3a0a2411c7
added remaining functions, still untested, still having problems with config.m4
2002-12-01 01:18:48 +00:00
Harald Radi
ad6333654e
Sendmail Milter SAPI
...
initial version
2002-12-01 00:21:10 +00:00
Sascha Schumann
95fead0b9f
add missing line
2002-11-29 11:34:08 +00:00
foobar
dd53efc196
- Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.
2002-11-26 05:57:06 +00:00
Shane Caraveo
95b4045f48
configure now supports building the cgi-fcgi module
...
configure --enable-fastcgi
2002-11-26 05:51:16 +00:00
Sascha Schumann
09f463ddae
Add sapi_get_fd() and implement it for the Apache/thttpd SAPIs.
2002-11-26 05:15:55 +00:00
Edin Kadribasic
81711ba621
Avoid possible buffer overflow.
2002-11-22 15:47:39 +00:00
Edin Kadribasic
fd47c5bb32
MFB: Don't send default http status (200).
2002-11-22 13:55:27 +00:00
Edin Kadribasic
714a5be6cc
Fixed bug #19207 by adding cgi.rfc2616_headers configuration directive.
2002-11-22 10:15:47 +00:00
George Schlossnagle
010fd97aa5
brief v1 documentation
2002-11-19 19:03:20 +00:00
George Schlossnagle
3bdfbd6d1e
Props to Lukas as well
2002-11-19 18:57:38 +00:00
foobar
dad428b49e
Add George to the credits and add note about it being different than the real Apache SAPI
2002-11-19 18:02:36 +00:00
foobar
5df80a262b
Fix the configure..
2002-11-19 17:58:10 +00:00
George Schlossnagle
c598b3ac16
now this works (thanks Rasmus)
...
Note: the correct line is --with-apache-hooks
2002-11-19 01:20:42 +00:00
George Schlossnagle
0ad980c667
fixed recurrent entrance to add_cgi_vars
2002-11-18 19:07:37 +00:00
Edin Kadribasic
03fc9eb415
Initial attempt to get apache_hooks api to compile on windows.
...
Still getting link errors with
undefined symbol: 'php_request_startup_for_hook'.
2002-11-18 12:52:57 +00:00
Edin Kadribasic
f8026b7453
Updated windows build file.
2002-11-18 12:30:08 +00:00
Rasmus Lerdorf
a94a226691
Fix a few warnings - compiles nicely now
2002-11-18 06:14:10 +00:00
George Schlossnagle
2c34ea1be4
#defined offsetof, for systems that can't find it
2002-11-18 06:09:23 +00:00
George Schlossnagle
824fdad6c1
initial import of all these files. This was previously the apache_hooks
...
branch of the apache sapi. Now it lives on its own. General functionality
seems to be working, though there may be a problem with some
output buffering, most likely due to the way that sapi_deactivate needs
to be mangled with here.
2002-11-18 01:01:21 +00:00
Andrei Zmievski
ca332dfc96
Oops.
2002-11-15 00:32:42 +00:00
Andrei Zmievski
3e8a800a96
Fix function prototype.
2002-11-15 00:31:10 +00:00
Andrei Zmievski
e09d62c435
Sort the modules and extensions before printing them when -m switch is used.
2002-11-14 20:32:28 +00:00
Sascha Schumann
46a99e9022
- Remove PHP_DISABLE_CLI
...
- Streamline ircg build: thttpd-dependent part moved into separate source
file, so that it can be added to the SAPI-only object list.
2002-11-14 01:09:46 +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