Recommend this page to a friend! |
Classes of Michael Beck | Xoops 2.5 | htdocs/class/libraries/vendor/symfony/yaml/CHANGELOG.md | Download |
|
|
![]() CHANGELOG2.8.0 * Deprecated usage of a colon in an unquoted mapping value
* Deprecated usage of @, \`, | and > at the beginning of an unquoted string
* When surrounding strings with double-quotes, you must now escape Before:
After:
2.1.0* Yaml::parse() does not evaluate loaded files as PHP files by default anymore (call Yaml::enablePhpParsing() to get back the old behavior) |