linux - How many ways to install php extensions in lnmp environment?
天蓬老师
天蓬老师 2017-05-16 12:59:44
0
5
346

I feel like phpize is a bit complicated. Is there a simpler installation method?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(5)
世界只因有你

phpizeInstallation is very simple

$ 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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template