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.2.0
(stable)
|
New Features: - #69617 Allow unserialize for !php/object to be disabled
New yaml.decode_php ini setting to enable/disable serialized php object processing. Deployments relying on !php/object are encouraged to explicitly set yaml.decode_php=1 as default will change to disabled in a future release.
Bugs Fixed: - Honour --with-libdir - Fix package.xml schema validation - Add const for pointers where possible - Explicitly cast emalloc returns - #69465 Resolve quoted and non-specific scalars as strings - #69616 Fix double free when unserialize fails |