sous-chefs/php

ext_conf_dir should be /etc/php5/mods-available for PHP5.4

Closed this issue · 4 comments

As the title says, the attribute ext_conf_dir should be /etc/php5/mods-available when installing PHP version 5.4 or above on Debian or Ubuntu.

I'd do a pull request but I'm not sure how to detect what PHP version is being installed from a package.

http://www.lornajane.net/posts/2012/managing-php-5-4-extensions-on-ubuntu

Just realized this is essentially a duplicate of COOK-3996

@HuffAndPuff you can do $ php -v and parse the output to get the version

Fixed in PR #107

lock commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.