example42 / puppet-php

A puppet module for php. According to Example42 NextGen spec.
Other
45 stars 62 forks source link

Fix issues with `pear info` and encodings #79

Closed mscharley closed 9 years ago

mscharley commented 9 years ago

Fixes #68 without using iconv as per #78. Perhaps a better solution than #73 (which I only found after writing this) since it uses pear's built-in installation check rather than relying on pear info. As someone having the issues identified in #68, I can confirm this works properly with drush.

alvagante commented 9 years ago

Thank you