Did you look at your php.ini file? Sometimes when upgrading binary rpms
the shared libraries (modules) are commented out. This means thy're not
loaded when
you restart apache. Try looking in the Dynamic Extensions section of the
php.ini file. Shoud look something like this:

extension=imap.so
;extension=ldap.so
extension=pgqsl.so
extension=mysql.so

The semi-colon just means they're not loaded.

Good Luck,
Mark

Reply via email to