mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
eb923bf6fc
MFH: - Some cleanups here and there MFH: - Enabled PHP_CHECK_CONFIGURE_OPTIONS (checks for unknown configure MFH: options) # Note to Marcus: ext/dba/config.m4 needs to be "converted" to use # the PHP_ARG_* options. I did't touch it needs quite a lot of work to keep # it's current behaviour regarding "enabled-by-default" parts of it. # # Hint: By using the PHP_ARG_* options you have the "default" option.. ;) |
||
---|---|---|
.. | ||
caudium.c | ||
config.m4 | ||
CREDITS | ||
README | ||
TODO |
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/.