php-src/sapi/roxen
Zeev Suraski bd0ac7fe14 Many patches. I hope I remember them all:
- Make sapi_module available to external modules (PHPAPI)
- Make the php.ini path reported in phpinfo() always point to
  real full path of the php.ini file
- Optimized the ISAPI module not to read unnecessary server
  variables and read necessary variables at most once.
2001-01-02 22:49:31 +00:00
..
config.m4 Patch to find module dir 2000-11-19 09:10:16 +00:00
Makefile.in PRE_INCLUDES hack reverted 2000-06-06 00:02:03 +00:00
README Changed contact information. 2000-11-02 18:56:42 +00:00
roxen.c Many patches. I hope I remember them all: 2001-01-02 22:49:31 +00:00
TODO Added another bug to be fixed 2000-06-06 16:18:09 +00:00

Roxen PHP support. Early version. Don't expect to be able to get it to
work. Requires Pike 0.7.79 and Roxen 1.4. Anything less won't work.

The module is now thread safe, in a couple of different modes. First
mode, the default, uses a process global PHP lock in the Roxen
module. This means that all PHP-requests are serialized (ie only one
script is executed at any one time). The second option is using ZTS
(Zend Thread Safe mode). Unless --enable-roxen-zts is specified, this
won't be used.

This solution now works fine and is recommended. Multiple PHP4
requests will be run in parallell. The maximum number of parallell
PHP4-execution is limited to the number of handle threads Roxen is
started with.

Support for this module is lacking. Please contact Roxen Internet
Software for support and help. See http://www.roxen.com/company/contact/
for contact information.