PHP 5.6

From PartKeepr Wiki
Revision as of 20:59, 4 August 2015 by Felicitus (talk | contribs) (Created page with "On some machines, the default OPCache settings of PHP 5.6 prevents PartKeepr from running. This is because the OPCache doesn’t parse comments. The solution is to enable the ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

On some machines, the default OPCache settings of PHP 5.6 prevents PartKeepr from running. This is because the OPCache doesn’t parse comments. The solution is to enable the OPCache to parse comments in your php.ini file:

opcache.save_comments=1
opcache.load_comments=1