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 2.0.0RC4
(beta)
|
Bugs Fixed: - Use zend_* datatypes (weltling) - Fix handling of optional encoding argument to yaml_emit_file (weltling) - Removed PHP6 compat IS_UNICODE support (bd808) |