phpize not found
I needed to install phpize on my Ubuntu system
The phpize command is used to prepare the build environment for a PHP extension. [...]
and got the following error:
phpize not found
To solve this problem i needed to install the php5-dev package
sudo apt-get install php5-dev


