krakjoe/stat

error: too few arguments to function ‘zend_atoi’

nikola-b opened this issue · 0 comments

#3 fix caused this issue, details:

/home/vagrant/stat/src/zend_stat_ini.c: In function ‘zend_stat_ini_parse_bool’:
/home/vagrant/stat/src/zend_stat_ini.c:40:12: error: too few arguments to function ‘zend_atoi’
     return zend_atoi(ZSTR_VAL(new_value));
            ^~~~~~~~~
In file included from /usr/include/php/20170718/Zend/zend.h:328:0,
                 from ./zend_stat.h:26,
                 from /home/vagrant/stat/src/zend_stat_ini.c:22:
/usr/include/php/20170718/Zend/zend_operators.h:369:28: note: declared here
 ZEND_API int ZEND_FASTCALL zend_atoi(const char *str, int str_len);
                            ^~~~~~~~~