Solved php-fpm - port -package

Hello

I would suggest creating a package php-fpm for all versions of PHP present in the ports. At the moment, to get php-fpm working we need to compile PHP with the appropriate flags, it would be good if the package was already in the repository packages.
 
To wit:

Code:
Configuration Options
===> The following configuration options are available for php5-5.4.35:
CLI=on: Build CLI version
CGI=on: Build CGI version
FPM=on: Build FPM version <<<<<<<<<<<<<<<<<
FPM_IPV6=off: Enable ipv6 patch for FPM
EMBED=off: Build embedded library
DEBUG=off: Enable debug
DTRACE=off: Enable DTrace support
IPV6=on: Enable ipv6 support
MAILHEAD=off: Enable mail header patch
LINKTHR=on: Link thread lib (for threaded extensions)
ZTS=off: Force Zend Thread Safety (ZTS) build
===> Use 'make config' to modify these settings
 
Back
Top