Closed hwmaier closed 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
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: