I feel like phpize is a bit complicated. Is there a simpler installation method?
欢迎选择我的课程,让我们一起见证您的进步~~
phpizeInstallation is very simple
phpize
$ phpize $ ./configure $ make && make install
It’s done :)
There are two ways to install PHP extensions: One is put in during compilation The other is dynamically expanded using phpize (phpize is not complicated either) There is also the pecl install method
It is recommended to compile the source code and install the extension
/a/11...Reading my article may be helpful to you
It’s very well written here https://www.36nu.com/question/19
phpize
Installation is very simpleIt’s done :)
There are two ways to install PHP extensions:
One is put in during compilation
The other is dynamically expanded using phpize (phpize is not complicated either)
There is also the pecl install method
It is recommended to compile the source code and install the extension
/a/11...
Reading my article may be helpful to you
It’s very well written here https://www.36nu.com/question/19