Package Information |
Summary |
YAML-1.1 parser and emitter |
Maintainers |
Bryan Davis <
bd808 at php dot net >
(lead)
[details]
|
License |
MIT |
Description |
Support for YAML 1.1 (YAML Ain't Markup Language) serialization using the
LibYAML library. |
Homepage |
http://bd808.com/pecl-file_formats-yaml/
|
Release notes
Version 1.1.1
(stable)
|
New Features: - Removed "not yet implemented" warning and deliberate abort from yaml_emit_file() Bugs Fixed: - #61770 Crash on nonunicode character - #61923 Detect_scalar_type() is not aware of base 60 representation - #63086 Compiling PHP with YAML as static extension fails - #64019 Segmentation fault if yaml anchor ends with a colon - #64694 Segfault when array used as mapping key |