Lines Matching refs:PHP

3 LiteSpeed SAPI module is a dedicated interface for PHP integration with
5 SAPI with there major enhancements: better performance, dynamic spawning and PHP
9 A simple benchmark test ("hello world") shows that PHP with LiteSpeed SAPI has
10 30% better performance over PHP with FastCGI SAPI, which is nearly twice the
13 A major drawback of FastCGI PHP comparing to Apache mod_php is lacking the
14 flexibilities in PHP configurations. PHP configurations cannot be changed at
18 security when mod_php is used. Usually, FastCGI PHP is not an option in shared
20 carefully designed to address this issue. PHP configurations can be modified the
23 PHP with LiteSpeed SAPI is highly recommended over FastCGI PHP for PHP scripting
26 ## Building PHP with LiteSpeed SAPI
28 You need to add `--enable-litespeed` to the configure command to build PHP with
40 prefer, if LiteSpeed web server has been configured to run PHP with LiteSpeed
44 ## Start PHP from command line
79 ## Using LiteSpeed PHP with LiteSpeed Web Server
81 Detailed information about how to configure LiteSpeed web server with PHP
85 Usually, PHP support has been configured out of box, you don't need to change it
86 unless you want to change PHP interface from FastCGI to LiteSpeed SAPI or vice
93 command that executes the PHP binary you just built. "Instances" should be
103 'graceful restart'. Now PHP is running with LiteSpeed SAPI.
112 There are two ways to let PHP handle multiple requests concurrently, Server
114 server dynamically spawn/stop PHP processes, in this mode "Instances" should
115 match "Max Connections" configuration for PHP external application. To start
116 PHP in Self Managed Mode, "Instances" should be set to "1", while
118 Connections" and greater than 1. Web Server will start one PHP process, this
119 process will start/stop children PHP processes dynamically based on on demand.
120 If `LSAPI_CHILDREN` less or equal to 1, PHP will be started in server managed
123 Self Managed Mode is preferred because all PHP processes can share one shared
150 automatically. Several PHP functions have been identified having memory leaks.
151 This parameter can help reducing memory usage of leaky PHP functions.
189 existence of parent process. When PHP is started by `-b` option, it is
194 LSAPI PHP supports PHP configuration overridden via web server configuration