readme
来自「php-4.4.7学习linux时下载的源代码」· 代码 · 共 19 行
TXT
19 行
Roxen PHP support. Early version. Don't expect to be able to get it towork. 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. Firstmode, the default, uses a process global PHP lock in the Roxenmodule. This means that all PHP-requests are serialized (ie only onescript is executed at any one time). The second option is using ZTS(Zend Thread Safe mode). Unless --enable-roxen-zts is specified, thiswon't be used.This solution now works fine and is recommended. Multiple PHP4requests will be run in parallell. The maximum number of parallellPHP4-execution is limited to the number of handle threads Roxen isstarted with.Support for this module is lacking. Please contact Roxen InternetSoftware for support and help. See http://www.roxen.com/company/contact/for contact information.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?