php-src/sapi/caudium
Rasmus Lerdorf fdaa130f3a Add the new request_time sapi struct entry to all the sapis. Some of these
may have ways of getting the request time without the extra syscall, but
for now let's just make sure we don't crash and people will eventually
fill these in where applicable.
2004-12-20 19:33:41 +00:00
..
caudium.c Add the new request_time sapi struct entry to all the sapis. Some of these 2004-12-20 19:33:41 +00:00
config.m4 - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
CREDITS 2nd step towards auto-credits 2000-11-20 10:33:33 +00:00
README Added notice about Caudium websites. 2000-11-02 18:54:21 +00:00
TODO Noted that setting of multiple headers with the same name is fixed. 2000-11-06 22:12:11 +00:00

Embedded Caudium PHP support. It seems to work but isn't tested
much. Due to a design choice it requires _Pike_ threads and a
thread-safe PHP. It doesn't however require _Caudium_ to run in
threaded mode. Due to the design, utilization of multiple processors
should be pretty good.

It requires a new Pike 7.0 and Caudium. It will not work with
Roxen. Also, with the help of the VIRTUAL_DIR code in PHP, PHP
execution should be very similar to that of mod_php or the cgi
script. 

If you have any questions, please contact me, David Hedbor
(neotron@php.net or neotron@caudium.net). For more information on
Caudium, see http://caudium.net/ and http://caudium.org/.