The zend_atol function has been deprecated. What is the replacement function? #15873
Closed as not planned
zend_atol function has been deprecated. What is the replacement function? #15873
Description
The behavior of
zend_atol()is not entirely consistent with theZEND_ATOLmacro.zend_atol()can parse numbers with units, such as10Kand1M, not just convert strings to numbers.This function is used in swoole-src, found at: https://github.com/swoole/swoole-src/blob/master/ext-src/php_swoole.cc#L352
How should we modify the code?
Best regards.