Notice that the libevent requeriment has been dropped since php-5.3.4.
http://bugs.php.net/52501
http://bugs.php.net/53691
Installation
Compiler depuis les sources
Pour activer FPM dans votre construction de PHP vous devez ajouter la ligne --enable-fpm à votre ligne de configure.
Il existe de multiples options de configure pour FPM (toutes optionnelles):
-
--with-fpm-user - l'utilisateur FPM (defaut - nobody).
-
--with-fpm-group - le groupe FPM (defaut - nobody).
juangiordana at gmail dot com
08-Jan-2011 09:04
snakylove at gmail dot com
22-Oct-2010 07:48
For Ubuntu 10.04 Lucid there is a backported ppa :
https://launchpad.net/~brianmercer/+archive/testing
php at gigfa dot com
13-Aug-2010 04:27
An init startup script file can be found at :
./php-5.3.3/sapi/fpm/init.d.php-fpm
after successful compilation.
