yaml

pecl install yaml

YAML-1.1 parser and emitter

Support for YAML 1.1 (YAML Ain't Markup Language) serialization using the
LibYAML library.

Maintainer

  • Bryan Davis (lead )
  • Bryan Davis (lead ) [inactive]

Details

Stars: 68
Issue openned: 4
Downloads: 27759300
1.2.0
9 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 5.6
Loading...
PHP 5.5
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 5.6
Loading...
PHP 5.5
Loading...
PHP 5.4
Loading...
PHP 5.3
Loading...
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 1.2.0 change log


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

requires:

  • php >=5.2.0
  • pearinstaller >=1.4.0b1

suggests:

  • date