README 871 B

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