IgorG, not at all. I didn't touch the global php.ini before this micro-update. This is a variable in the php.ini config that Plesk installs by default for version 5.5.25 and ships with #U49:
zend_extension="C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP55\ext\php_opcache.dll"
However, the php_opcache.dll file in the 5.5 \ext folder is not working. When I replace that file with the version in the 5.6 \ext folder, it does work. By default, Plesk hasn't enabled opcache in the php.ini file of version 5.6.9 (;opcache.enable=0), but it is enabled in 5.5.25.
It's true I just started some configuration on the global php.ini, which is something you
have to do if you want to upload files bigger then 8 MB. Default php.ini provided by Plesk is restricting upload_max_filesize to 8M. This cannot be adjusted on a domain level (the PHP manual is pretty clear about this: you cannot override the global php.ini upload_max_filesize variable).
It is my understanding that Plesk is overwriting the php.ini file everytime there's a new update. Is this correct? I'll then have to replace the global php.ini every time a new update comes out... at 300+ servers
