[PHP-DEV] PHP 4.0 Bug #2201: uniqid strange values From: chrisvik <email protected>
Date: 08/31/99

From: chrisvik <email protected>
Operating system: RedHat 6.0
PHP version: 4.0 Latest CVS (31/08/1999)
PHP Bug Type: Misbehaving function
Bug description: uniqid strange values

In PHP3 and PHP4B1 uniqid() returned values like
37c3afdea8412

In PHP4B2 and the latest CVS uniqid returnes values like
37cbbbd3584b99.99999671
(and ALWAYS the number 99999671 after the period)

Is this intentional and expected of the future release of PHP4?
(I have to know because i have to restructure some DB-fields or find some other ID-generator...)

-- 
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>