pecl-php extension needs to parse Yaml file ...

Source: Internet
Author: User
Recently in writing a PHP extension that involves a Yaml file parsing feature ...

There are currently two solutions:

  1. With the third-party Yaml Library (Http://pyyaml.org/wiki/LibYAML), the disadvantage is that the installation of the extension will require additional installation of this third library, and this library is not so popular.
  2. In the extension of the implementation of a YAML file parsing, the disadvantage is time-consuming ...

Would you please help me to take an idea?

Reply content:

Recently in writing a PHP extension that involves a Yaml file parsing feature ...

There are currently two solutions:

  1. With the third-party Yaml Library (Http://pyyaml.org/wiki/LibYAML), the disadvantage is that the installation of the extension will require additional installation of this third library, and this library is not so popular.
  2. In the extension of the implementation of a YAML file parsing, the disadvantage is time-consuming ...

Would you please help me to take an idea?

Third Party library. YAML's syntax is much more complex than JSON and is not easy to implement.

Allow to modify the environment or compile pecl better, or with SPYC can also.

The SYMFONY2 framework comes with the YAML parsing function, which is modular and can be used separately.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.