aboutsummaryrefslogtreecommitdiff
path: root/lang/php7/files/php7-fastcgi.init
Commit message (Collapse)AuthorAge
* php7: facilitate running php7-fastcgi without listening on TCP socketW. Michael Petullo2019-04-13
| | | | | | | | The init.d script for php7-fastcgi no longer invokes php7-fastcgi with the '-b' flag when 'port' does not appear in /etc/config/php7-fastcgi. This causes php7-fastcgi to communicate using only a Unix socket. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* php7: add new packageMichael Heimpold2016-09-03
This is a copy of the existing php5 stuff, adopted for PHP7. Please not, that its not supported to install both php5 and php7 in parallel on the target. Signed-off-by: Michael Heimpold <mhei@heimpold.de>