Name Date Size #Lines LOC

..05-Dec-2019-

READMEH A D05-Dec-2019871 1915

TODOH A D05-Dec-20191.2 KiB3424

config.m4H A D05-Dec-20191.9 KiB5648

roxen.cH A D05-Dec-201920.3 KiB728497

README

1Roxen PHP support. Early version. Don't expect to be able to get it to
2work. Requires Pike 0.7.79 and Roxen 1.4. Anything less won't work.
3
4The module is now thread safe, in a couple of different modes. First
5mode, the default, uses a process global PHP lock in the Roxen
6module. This means that all PHP-requests are serialized (ie only one
7script is executed at any one time). The second option is using ZTS
8(Zend Thread Safe mode). Unless --enable-roxen-zts is specified, this
9won't be used.
10
11This solution now works fine and is recommended. Multiple PHP5
12requests will be run in parallell. The maximum number of parallell
13PHP5-execution is limited to the number of handle threads Roxen is
14started with.
15
16Support for this module is lacking. Please contact Roxen Internet
17Software for support and help. See http://www.roxen.com/company/contact/
18for contact information.
19