example42 / puppet-php

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

pear: fixes crash on invalid utf-8 sequence #69

Closed feychenie closed 10 years ago

feychenie commented 10 years ago

The pear info command may return some invalid utf-8 chars (like it does for pear info drush/drush).

Piping the command output through iconv -c solves the thing.

This solves #68

feychenie commented 10 years ago

The Travis build fails for Ruby 1.8.7, Puppet 2.6, but it has nothing to do with this pull request

  $ rake spec SPEC_OPTS='--format documentation'
  rake aborted!
  LoadError: no such file to load -- puppet/face
alvagante commented 10 years ago

Thank you.