Re: [PHP-DEV] ZendAPI - zend_atoi

2002-08-31 Thread derick
Hi, I don't see any problems with this, as the Zend Engine uses strtol on more occasions. Derick On Sat, 31 Aug 2002, Stefan Esser wrote: > Hi, > > could we change zend_atoi to use strtol instead of atoi? > Otherwise I cannot use OnUpdateInt for the default_umask > switch because atoi does n

[PHP-DEV] ZendAPI - zend_atoi

2002-08-31 Thread Stefan Esser
Hi, could we change zend_atoi to use strtol instead of atoi? Otherwise I cannot use OnUpdateInt for the default_umask switch because atoi does not support octal values. Stefan -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php