Commit graph

5 commits

Author SHA1 Message Date
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
taca
3dbf425a8e Reset PKGREVISION. 2012-08-17 15:35:24 +00:00
fhajny
a92bb5f083 FPM doesn't require/use libevent anymore.
Use LIBTOOL_OVERRIDE to workaround a DTrace build problem.
Bump PKGREVISION.
2012-07-25 10:16:12 +00:00
taca
3cd13faa1f Add "54" to PHP_VERSIONS_ACCEPTED. 2012-06-16 03:06:57 +00:00
fhajny
7c0cdb187e 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.
2012-02-22 10:43:42 +00:00