Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: php
-
Labels:None
-
Environment:
php cookbook v1.1.2
Description
Issue only seems to affect v1.1.2
php_pear "mongo" do
action :install
end
Cannot find mongo package in either PECL or PEAR repositories, even though package is available in manual install.
php recipe v1.1.0 works fine.
It seems to be affecting all packages' installations via pear/pecl, so I bumped the priority to Major.
Here's the fix:
https://github.com/cassianoleal/php/tree/fix_pear_install
And this is the pull request for that:
https://github.com/opscode-cookbooks/php/pull/17