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.3.0
7 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.3.0 change log


New Features:
- Removed IS_UNICODE (PHP6) support
- Removed support for PHP <5.3.3
- Timestamps encoded according to https://www.w3.org/TR/NOTE-datetime

Bugs Fixed:
- Various missing free calls (remicollet, bd808)
- Fix parameter parsing for yaml_emit_file
- Fix callback handling for yaml_emit_file
- Fix result of tag callback to be copied to aliases (ranvis)
- #71696 Bad datetime management

requires:

  • php >=5.3.3
  • pearinstaller >=1.4.0b1

suggests:

  • date