I\'ve upgraded my MacBook to Mavericks and ruined my development environment. The problem I have right now is that my pear/pecl still tries to install for my previous (5.3) vers
The solution was pretty simple. I had to make modifications to my pecl config. It turned out that these two command did the trick:
sudo pear config-set php_ini /etc/php.ini
sudo pecl config-set bin_dir /usr/bin/
pecl used the wrong phpize. There were two versions of the phpize. The same counts for my php.ini file.