Do not use yum -y install php-devel, which is equivalent to reinstalling a new php. How can I install phpize
Add the php bin directory to the environment variable. Or enter the full path of the command. For example, give an example
/usr/local/php/bin/phpize
In fact, phpize exists, but you need to use /usr/local/php/bin/phpize in a specific extension to be effective
Add the php bin directory to the environment variable. Or enter the full path of the command.
For example, give an example
In fact, phpize exists, but you need to use /usr/local/php/bin/phpize in a specific extension to be effective