php / pecl-file_formats-yaml

YAML-1.1 parser and emitter
https://pecl.php.net/package/yaml
MIT License
72 stars 33 forks source link

Fix #75: Handle zndocs/ndocs correctly #76

Closed tomterl closed 1 year ago

tomterl commented 1 year ago

Just changing the handling, that is param handling of ndocs and dtor call for zndocs, in yaml_parse_file to that in yaml_parse. That fixes #75 for me.