Install APC
By Geoff W. on Apr. 18, 2008.
To help with PHP's performance in a non-cgi environment, install APC.
It's as easy as:
pecl install apc
You'll just have to add the extension in your PHP.ini and restart Apache.
Check out the APC Homepage
To help with PHP's performance in a non-cgi environment, install APC.
It's as easy as:
pecl install apc
You'll just have to add the extension in your PHP.ini and restart Apache.
Check out the APC Homepage
Sorry, comments for this entry are closed at this time.
Category: PHP