Notice that the libevent requeriment has been dropped since php-5.3.4.
http://bugs.php.net/52501
http://bugs.php.net/53691
インストール
ソースからのコンパイル
FPM を有効にして PHP をビルドするには、configure 時に --enable-fpm を追加します。
そのほかにも FPM 固有のオプションがいくつかあります (いずれも必須ではありません)。
-
--with-fpm-user - FPM のユーザー (デフォルトは nobody)。
-
--with-fpm-group - FPM のグループ (デフォルトは nobody)。
juangiordana at gmail dot com ¶
2 years ago
php at gigfa dot com ¶
2 years ago
An init startup script file can be found at :
./php-5.3.3/sapi/fpm/init.d.php-fpm
after successful compilation.
snakylove at gmail dot com ¶
2 years ago
For Ubuntu 10.04 Lucid there is a backported ppa :
https://launchpad.net/~brianmercer/+archive/testing
