aboutsummaryrefslogtreecommitdiffstats
path: root/main/php/php-fpm.initd
Commit message (Collapse)AuthorAgeFilesLines
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-281-1/+1
|
* main/php: fix php-fpm scriptNatanael Copa2014-06-191-6/+24
| | | | | | | | | | | | ref #2685 The problem was that it usesd start-stop-daemon --exec but the argv[0] name didnt correpond so start-stop-daemon could not know that it was up and running. The fix is to use pidfile. Script is based on update from gentoo.
* various: replace optsJeff Bilyk2012-03-171-1/+1
| | | | fixes #948
* main/php: fixed remaining dependency issues, added php-ctype, php-enchant, ↵Matt Smith2011-04-071-0/+22
php-xmlreader, gdbm support to php-dba Changelog (php-5.3.6-r2 -> r3) - removed cyrus-sasl-dev from makedepends; php-ldap *could* use it, but there are issues with it finding sasl.h (let me know if you fix it) - added gdbm support to php-dba - added php-ctype, php-enchant, and php-xmlreader - removed --disable-all from ./configure line (it's best to keep defaults enabled) - php extensions now depend on the php package - fixed remaining inter-extension dependency issues