rockettheme / toolbox

RocketTheme\Toolbox package contains a set of reusable PHP interfaces, classes and traits.
MIT License
21 stars 16 forks source link

Try native PECL Yaml parser first if installed #3

Closed hwmaier closed 9 years ago

hwmaier commented 9 years ago

Try native PHP Yaml parser first and then fallback to symfony\Yaml if not available or it has parsing issues.

Refer to https://github.com/getgrav/grav/issues/343

In your php.ini file add those lines:

; YAML PECL extension
extension=php_yaml.dll