Installation

Compiling from sources

In order to enable FPM in your PHP build you need to add --enable-fpm to your configure line.

There are several other FPM-specific configure options (all of them optional):

  • --with-fpm-user - set FPM user (default - nobody).

  • --with-fpm-group - set FPM group (default - nobody).

Коментарии

An init startup script file can be found at :
./php-5.3.3/sapi/fpm/init.d.php-fpm
after successful compilation.
2010-08-14 01:27:45
http://php5.kiev.ua/manual/ru/install.fpm.install.html
Notice that the libevent requeriment has been dropped since php-5.3.4. 

http://bugs.php.net/52501
http://bugs.php.net/53691
2011-01-09 06:04:23
http://php5.kiev.ua/manual/ru/install.fpm.install.html
If you get a compile/link error with WCOREDUMP undefined, then define the following in sapi/fpm/fpm/fpm_children.c.

This happened to me when running on AIX, which apparently does not define this macro.

#ifndef WCOREDUMP
#define WCOREDUMP(x) 0
#endif
</pre>
2013-11-18 09:56:38
http://php5.kiev.ua/manual/ru/install.fpm.install.html

    Поддержать сайт на родительском проекте КГБ