NOTICE: This package has been removed from pkgsrc

./wip/php-fpm, FPM interface for PHP5.3

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 5.3.9, Package name: php53-fpm-5.3.9, 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/php53]

Required to build:
[devel/libtool-base]

Package options: inet6, ssl

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2012-03-30 15:00:53 by Filip Hajny | Files touched by this commit (25) | Package removed
Log message:
Remove stale packages

   2012-02-02 11:34:59 by Filip Hajny | Files touched by this commit (1)
Log message:
Use PHP package patches

   2010-12-31 18:53:45 by Piotr Meyer | Files touched by this commit (1)
Log message:
- startup script
   2010-12-31 18:52:34 by Piotr Meyer | Files touched by this commit (1) | Package updated
Log message:
- message update
   2010-12-31 18:51:52 by Piotr Meyer | Files touched by this commit (2)
Log message:
- move php-fpm(1) to php-fpm(8) (upstream change)
- add rc-script
- add MESSAGE about newsyslog
   2010-09-17 13:12:36 by Filip Hajny | Files touched by this commit (3) | Imported package
Log message:
Import php53-fpm-5.3.3 as wip/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.