Difference between revisions of "PHP 5.6"

From PartKeepr Wiki
Jump to: navigation, search
(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 ...")
 
(No difference)

Latest revision as of 21:59, 4 August 2015

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