Date: 08/03/00
- Next message: Jinsoo Hwang: "[PHP-DEV] adding functions to php4..."
- Previous message: Greg.Kresko <email protected>: "[PHP-DEV] PHP 4.0 Bug #5949: unresolvable symbol zend_ptr_stack_get_arg"
- Next in thread: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5404 Updated: String conversion to integer is incorrect"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 5404
User Update by: kix <email protected>
Status: Analyzed
Bug Type: Scripting Engine problem
Description: String conversion to integer is incorrect
No, it is not necessary to create a new strtod function, because when php checks if the string is a number or not it explicitly tells strtod, that the string is a base 10 number, instead of letting strtod determine the base itself, which would result in the correct behaviour.
Full Bug description available at: http://bugs.php.net/?id=5404
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jinsoo Hwang: "[PHP-DEV] adding functions to php4..."
- Previous message: Greg.Kresko <email protected>: "[PHP-DEV] PHP 4.0 Bug #5949: unresolvable symbol zend_ptr_stack_get_arg"
- Next in thread: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5404 Updated: String conversion to integer is incorrect"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

