如何安装php-fpm模块?

WBOY
Release: 2016-06-06 20:39:14
Original
1254 people have browsed it

我编译安装php时,少加了一个fpm模块(少了--enable-fpm),现在要加上去,是不是需要重新编译安装?或者有其他办法?

回复内容:

我编译安装php时,少加了一个fpm模块(少了--enable-fpm),现在要加上去,是不是需要重新编译安装?或者有其他办法?

<code>bash</code><code>php -r "phpinfo();" | grep configure
</code>
Copy after login

查看编译参数,复制过来,加一行重新编译即可~

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template