phpize: command not found
Though you have installed the PHP programming language on your computer, you will be required to install the extension pecl to be able to run its commands.
Else, you will be face with the error message below:
sh: phpize: command not found
ERROR: `phpize' failed
Beginners might have faced this issue at first hand, hence, here is a solution for a hassle-free installation.
Copy and paste the following command at the beginning of your PHP document. It will run automatically and will save you much time.
apt-get install php5-dev