php / pecl-file_formats-yaml

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

Use helpers from Zend to parse strings as numbers #48

Closed bd808 closed 4 years ago

bd808 commented 4 years ago

Use ZEND_STRTOL, ZEND_ATOL, and zend_strtod helpers for better cross platform portability.

Bug: 79567