issues
search
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 for PHP 7.3
#33
Closed
remicollet
closed
6 years ago
remicollet
commented
6 years ago
This change the recursion detection, to be able to use
PHP <= 7.2: nApplyCount > 0
PHP >= 7.3: GC_IS_RECURSIVE
remicollet
commented
6 years ago
Merged
This change the recursion detection, to be able to use