Commit graph

7 commits

Author SHA1 Message Date
taca
99b3f2702d Reset PKGREVISION by update of both php53 and php54. 2013-03-16 02:00:33 +00:00
imil
7b9b365729 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.
2013-02-28 21:43:04 +00:00
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