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
Better to reinstall phpize extensions as it will be used by PECL and not make hacks.
Do next (php 5.5 => php 5.6 example) :
sudo apt-get remove php5-dev sudo apt-get install php5.6-dev
(you can change 5.6 to version you need)
Then:
sudo pecl install extensionname