Changes between Version 13 and Version 14 of InstallingAsPhpExtension
- Timestamp:
- 07/09/2007 02:21:31 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingAsPhpExtension
v13 v14 5 5 == Install into php.ini == 6 6 check [http://www.php.net/phpinfo phpinfo]() for php.ini location, supposing it's /etc/php.ini (See also: PhpIni) 7 ====== Modify php.ini ====== 7 8 {{{ 8 9 #!ShellExample … … 18 19 You know how to restart php than i do. It depends on what your php-sapi is, and how you run your php. 19 20 * [http://www.lighttpd.net/ lighttpd] or any webserver + mod_fastcgi --> php-fastcgi: just restart php itself, not the webserver 21 ====== Restart php with daemontools ====== 20 22 {{{ 21 23 #!ShellExample … … 29 31 }}} 30 32 * any webserver + mod_php: restart the webserver. something like: 33 ====== Restart php with apache ====== 31 34 {{{ 32 35 #!ShellExample … … 42 45 == Make sure XCache is working == 43 46 * if you're working with php-fcgi, simply run 47 ====== Check XCache from command line ====== 44 48 {{{ 45 49 #!ShellExample

