PHP 5.6

From PartKeepr Wiki
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