Closed gouchaoer closed 7 years ago
Of course it is there, but I think you are confused by SCL usage.
Read: https://blog.remirepo.net/pages/English-FAQ#scl Also https://blog.remirepo.net/post/2016/04/16/My-PHP-Workstation
$ scl enable php70 phpize
Configuring for:
PHP Api Version: 20151012
Zend Module Api No: 20151012
Zend Extension Api No: 320151012
Or perhaps you need a single version, so see the Wizard instructions: https://rpms.remirepo.net/wizard/
[gouchaoer@localhost swoole-src-2.0.9]$ phpize
BTW, if you need swoole, extension, probably much more simpler to install the available RPM.
yum install php70-php-pecl-swoole2
See the available extension list: https://blog.remirepo.net/pages/PECL-extensions-RPM-status
i got it. thx. as php70 is installed as multi version, i need to use /opt/remi/balabala/phpize to do it.