欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
PHP-FPM
来自开放百科 - 灰狐
(版本间的差异)
小 (→链接) |
小 |
||
第1行: | 第1行: | ||
PHP-FPM:一个面向 [[PHP]] 的简单、健壮的 [[FastCGI]] 进程管理器。 | PHP-FPM:一个面向 [[PHP]] 的简单、健壮的 [[FastCGI]] 进程管理器。 | ||
+ | |||
+ | for PHP 5.3.x: | ||
+ | cd php-5.3.x | ||
+ | svn co http://svn.php.net/repository/php/php-src/trunk/sapi/fpm sapi/fpm | ||
+ | ./buildconf --force | ||
+ | ./configure --enable-fpm ...your other configure options, etc... | ||
+ | make && make install | ||
==链接== | ==链接== |
2012年2月9日 (四) 09:45的版本
PHP-FPM:一个面向 PHP 的简单、健壮的 FastCGI 进程管理器。
for PHP 5.3.x:
cd php-5.3.x svn co http://svn.php.net/repository/php/php-src/trunk/sapi/fpm sapi/fpm ./buildconf --force ./configure --enable-fpm ...your other configure options, etc... make && make install
链接
<discussion>characters_max=300</discussion>
分享您的观点