How to Install phpize in Ubuntu?
Question: I got an error phpize not found while installing PHP-SSH2 extension on Ubuntu. How to install phpize in Ubuntu? Solution: How to install phpize in Ubuntu phpize is a PHP command that helps to prepare an extension for compilation. It’s basically a shell script that makes an extension ready…