Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/php-fpm,
FPM interface for PHP5.3
Branch: CURRENT,
Version: 5.3.9,
Package name: php53-fpm-5.3.9,
Maintainer: filipPHP-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)
- (2012-03-31) Package deleted from pkgsrc
- (2012-02-02) Updated to version: php53-fpm-5.3.9
- (2011-03-01) Updated to version: php53-fpm-5.3.5
- (2011-01-03) Updated to version: php53-fpm-5.3.4
- (2010-12-01) Package has been reborn
- (2010-09-18) Package added to pkgsrc.se, version php53-fpm-5.3.3 (created)
CVS history: (Expand)
2012-03-30 15:00:53 by Filip Hajny | Files touched by this commit (25) | |
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) | |
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) | |
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.
|