Just wanted to inform people that when they update they will need to change a setting in php.ini to get everything working correctly. The extension_dir needs to be updated. This was the old line.
And this is what I changed it to.
Code: Select all
extension_dir = /usr/lib/php/modules
You can also just use the new php.ini.rpmnew, but not sure what all changes Plesk makes, so you may just want to change these settings on your own.