Skip to content

Instantly share code, notes, and snippets.

@MaraScott
Last active December 14, 2015 22:29
Show Gist options
  • Select an option

  • Save MaraScott/5158665 to your computer and use it in GitHub Desktop.

Select an option

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
# 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