./www/php-fpm, FPM interface for PHP5.4

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.4.13, Package name: php54-fpm-5.4.13, Maintainer: filip

PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI
implementation with some additional features useful for sites
of any size, especially busier sites.

These features include:

* Adaptive process spawning (NEW!)
* Basic statistics (ala Apache's mod_status) (NEW!)
* Advanced process management with graceful stop/start
* Ability to start workers with different uid/gid/chroot/environment
and different php.ini (replaces safe_mode)
* Stdout & stderr logging
* Emergency restart in case of accidental opcode cache destruction
* Accelerated upload support
* Support for a "slowlog"
* Enhancements to FastCGI, such as fastcgi_finish_request() - a special
function to finish request & flush all data while continuing to do
something time-consuming (video converting, stats processing, etc.)

... and much more.

It was not designed with virtual hosting in mind (large amounts of pools)
however it can be adapted for any usage model.


Required to run:
[textproc/libxml2] [lang/php54]

Required to build:
[devel/libtool-base]

Package options: inet6, ssl

Master sites: (Expand)

SHA1: 5c229046b5f1d5c1dcd8df6e9cb388aa11504236
RMD160: b2b40fe8bc939b2c315f34a79fa08884c64d3ff9
Filesize: 11275.173 KB

Version history: (Expand)


CVS history: (Expand)


   2013-03-16 03:00:34 by Takahiro Kambe | Files touched by this commit (4) | Package updated
Log message:
Reset PKGREVISION by update of both php53 and php54.
   2013-02-28 22:45:10 by Emile iMil Heitor | Files touched by this commit (1) | Package updated
Log message:
Uncomment the pid parameter of php-fpm.conf so the pidfile is created and
rc.d script can really start / stop php-fpm. Bump PKGREVISION.
   2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-08-17 17:35:24 by Takahiro Kambe | Files touched by this commit (5)
Log message:
Reset PKGREVISION.
   2012-07-25 12:16:12 by Filip Hajny | Files touched by this commit (1) | Package updated
Log message:
FPM doesn't require/use libevent anymore.
Use LIBTOOL_OVERRIDE to workaround a DTrace build problem.
Bump PKGREVISION.
   2012-06-16 05:06:58 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Add "54" to PHP_VERSIONS_ACCEPTED.
   2012-02-22 11:43:42 by Filip Hajny | Files touched by this commit (5) | Imported package
Log message:
Import php53-fpm-5.3.10 as www/php-fpm.

PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI
implementation with some additional features useful for sites
of any size, especially busier sites.

These features include:

* Adaptive process spawning (NEW!)
* Basic statistics (ala Apache's mod_status) (NEW!)
* Advanced process management with graceful stop/start
* Ability to start workers with different uid/gid/chroot/environment
  and different php.ini (replaces safe_mode)
* Stdout & stderr logging
* Emergency restart in case of accidental opcode cache destruction
* Accelerated upload support
* Support for a "slowlog"
* Enhancements to FastCGI, such as fastcgi_finish_request() - a special
  function to finish request & flush all data while continuing to do
  something time-consuming (video converting, stats processing, etc.)

... and much more.

It was not designed with virtual hosting in mind (large amounts of pools)
however it can be adapted for any usage model.