Upon updating Fedora Core 6 to 7, I now get the following errors in httpd's error log:
PHP Warning: PHP Startup: apc: Unable to initialize module\nModule compiled with module API=20050922, debug=0, thread-safety=0\nPHP compiled with module API=20060613, debug=0, thread-safety=0\nThese options need to match\n in Unknown on line 0
PHP Warning: PHP Startup: mbstring: Unable to initialize module\nModule compiled with module API=20050922, debug=0, thread-safety=0\nPHP compiled with module API=20060613, debug=0, thread-safety=0\nThese options need to match\n in Unknown on line 0
Is there some inconsistency between the various packages that make up PHP? How do I resolve this?
grep php ~/upgrade.log reports:
Upgrading php-common - 5.2.2-3.i386
Upgrading php-pdo - 5.2.2-3.i386
Upgrading php-gd - 5.2.2-3.i386
Upgrading php-xml - 5.2.2-3.i386
Upgrading php-odbc - 5.2.2-3.i386
Upgrading php-mysql - 5.2.2-3.i386
Upgrading php-cli - 5.2.2-3.i386
Upgrading php - 5.2.2-3.i386
Upgrading php-pgsql - 5.2.2-3.i386
Upgrading php-ldap - 5.2.2-3.i386