example42 / puppet-php

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

Could not evaluate: invalid byte sequence in UTF-8 #54

Open leopoiroux opened 10 years ago

leopoiroux commented 10 years ago

Bugfix for this error... Exec[pear-drush]: Could not evaluate: invalid byte sequence in UTF-8"

This problem appears when I try to install Drush:

php::pear::module { 'drush':
    repository  => 'pear.drush.org',
    alldeps => 'true',
    use_package => "false",
  }

because "pear info pear.drush.org/drush" as UTF-8 encoding errors :(