Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try native PECL Yaml parser first if installed #3

Merged
merged 2 commits into from
Oct 13, 2015
Merged

Try native PECL Yaml parser first if installed #3

merged 2 commits into from
Oct 13, 2015

Conversation

hwmaier
Copy link
Contributor

@hwmaier hwmaier commented Oct 13, 2015

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

Refer to getgrav/grav#343

In your php.ini file add those lines:

; YAML PECL extension
extension=php_yaml.dll

mahagr added a commit that referenced this pull request Oct 13, 2015
Try native PECL Yaml parser first if installed
@mahagr mahagr merged commit 59ba31d into rockettheme:develop Oct 13, 2015
@hwmaier hwmaier deleted the feature/native-yaml branch October 25, 2015 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants