Last active
December 14, 2015 22:29
-
-
Save MaraScott/5158665 to your computer and use it in GitHub Desktop.
Name : php - Language : ini - type : conf - platform : wordpress - tag : apc, WP Super Cache, Internal Zend error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # to fix the issue between APC and WP Super Cache | |
| # unresolved yet | |
| # see : https://bugs.php.net/bug.php?id=59298 | |
| # http://wordpress.org/support/topic/supercache-internal-zend-error-wtf?replies=5 | |
| # Set a php5.ini or php.ini in the folder defined by PHPRC | |
| # see : http://www.ostraining.com/blog/coding/phpini-file/ | |
| # for shared server wait for the restart of it - see : http://support.godaddy.com/groups/web-hosting/forum/topic/restarting-apache-on-shared-server/ | |
| apc.filters = wp-cache-base | |
| apc.include_once_override = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment