wodby / drupal-php

PHP docker container image for Drupal
https://wodby.com/stacks/drupal
MIT License
60 stars 81 forks source link

Add pecl YAML #20

Closed larowlan closed 7 years ago

larowlan commented 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.

larowlan commented 7 years ago

Working on PR

larowlan commented 7 years ago

See #21

pprishchepa commented 7 years ago

PR #21 has been merged.

csandanov commented 7 years ago

YAML extension has been added for all versions (https://github.com/wodby/php/blob/master/7.0/test/php_modules)