Changes between Version 7 and Version 8 of InstallingAsPhpExtension
- Timestamp:
- 2006-05-26T14:10:19+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingAsPhpExtension
v7 v8 2 2 3 3 == Install into php.ini == 4 check [http://www.php.net/phpinfo phpinfo]() for php.ini location, supposing it's /etc/php.ini 4 check [http://www.php.net/phpinfo phpinfo]() for php.ini location, supposing it's /etc/php.ini (See also: SeparatingPhpIni) 5 5 {{{ 6 6 #!ShellExample 7 7 # cat xcache.ini >> /etc/php.ini 8 8 9 (modify php.ini for your usage 9 (modify php.ini for your usage) 10 10 # $EDITOR /etc/php.ini 11 11 }}} 12 12 13 13 WARNING: it's >> not > 14 15 See also: SeparatingPhpIni16 14 17 15 == Restart php ==

