CentOS PHP 5

Support/Development for PHP
Troy McClure
Forum Regular
Forum Regular
Posts: 196
Joined: Tue May 10, 2005 1:24 pm

CentOS PHP 5

Unread post by Troy McClure »

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.

Code: Select all

extension_dir = /usr/lib/php4
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.
Post Reply