php-src/sapi/caudium
foobar 3e8ac5d7f8 Fix build.
# next time: CHECK that things WORK before committing..
2000-11-03 16:30:55 +00:00
..
caudium.c Use V_CHDIR_FILE instead of doing the job of that function myself and 2000-11-03 00:29:05 +00:00
config.m4 Fix build. 2000-11-03 16:30:55 +00:00
Makefile.in Initial caudium support. 2000-11-02 18:53:47 +00:00
README Added notice about Caudium websites. 2000-11-02 18:54:21 +00:00
TODO Initial caudium support. 2000-11-02 18:53:47 +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/.