PHPのモジュールがエラー

            PHPのバージョンを上げたらxdebugとmongoがエラーはいて動かなくなった。

モジュールを再インストールしたらなおりました。

PHPのバージョンアップ PHP 5.3.x → 5.4.20

エラー [bash]

xdebug

Failed loading /usr/lib64/php/modules/xdebug.so: /usr/lib64/php/modules/xdebug.so: undefined symbol: php_body_write

mongo

Fatal error: Class 'Mongo' not found [/bash]

再インストール [bash]

xdebug

sudo pecl uninstall xdebug & sudo pecl install xdebug

mongo

sudo pecl uninstall mongo & sudo pecl install mongo

再起動する

sudo /etc/rc.d/init.d/httpd restart [/bash]

そんな感じです。