You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sascha Schumann 1d68a02df3 The status quo in PHP is that the current directory is initialized 26 years ago
..
Makefile.in Overall UNIX build system improvements: 26 years ago
README Now recommend --enable-roxen-zts... 26 years ago
TODO Added another bug to be fixed 26 years ago
config.m4 Removed obsolete, commented line 26 years ago
roxen.c The status quo in PHP is that the current directory is initialized 26 years ago

README

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.

- The Author, David Hedbor <neotron@php.net>