ID: 13147
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: Scripting Engine problem
Operating System: Linux
PHP Version: 4.0.6
New Comment:

Uhoh... so PHP are'nt/will not be platform dependant? I was thinking it should be...

Previous Comments:
------------------------------------------------------------------------

[2001-11-11 15:25:37] [EMAIL PROTECTED]

Stuff like this is platform- and build-dependant. Not a bug.

------------------------------------------------------------------------

[2001-09-05 07:30:20] [EMAIL PROTECTED]


for ( $i = 0; $i < 100; $i++ )
    echo crc32(rand(1,10 * $i))."<BR>";

works differently on alpha and intel machines. on intel it outputs values from -2G to 
2G, but on alpha 0 to 4G. I dont i`m not sure that its not a feature. I tryd to avoid 
this by sprintf("%u", crc32(...)) but this doesnt seems to work on alpha (php 
4.0.4pl1). Cant upgrade it beacouse thats not my machine to manage.

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13147&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to