Open hd-deman opened 11 years ago
I think that php-fpm version must be synced with php version if the version of php-fpm is not specified explicitly.
Makes sense, but is hard to implement. At least for Centos/RHEL packages are named after the version on repos with newer versions. ius
repo, for example, has either php-fpm
or php54-fpm
. :(
How about an attribute that allows you to provide an alternative package-name?
I've implemented this for my needs: where I needed to have this recipe install php54-fpm https://github.com/Savvii/cookbook-php-fpm/commit/893c23bc478f2f411b62825374323fe70e3dc62f
What about changing the Ubuntu ppa to the one maintained by http://sury.org ? It will provide support for php5.5 and latter versions also:
or 5.4?