Closed larowlan closed 7 years ago
Drupal 8 will use the pecl yaml extension over the symfony Yaml parser if the extension is present.
This leads to significant performance improvements.
Many production hosting environments will use the pecl yaml extension.
There are some syntax differences between the two.
Not having it in development (local docker) can lead to issues when deploying to production as yaml parsing errors may occur.
Working on PR
See #21
PR #21 has been merged.
YAML extension has been added for all versions (https://github.com/wodby/php/blob/master/7.0/test/php_modules)
Drupal 8 will use the pecl yaml extension over the symfony Yaml parser if the extension is present.
This leads to significant performance improvements.
Many production hosting environments will use the pecl yaml extension.
There are some syntax differences between the two.
Not having it in development (local docker) can lead to issues when deploying to production as yaml parsing errors may occur.