[PHP-DEV] Bug #13407 Updated: array index "2147483647" not equivalent to 2147483647

2001-12-14 Thread yohgaki
ID: 13407 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: PHP Version: 4.0.4pl1 New Comment: Any update for this? Previous Comments: [2001-09-23 15:18:0

[PHP-DEV] Bug #13407 Updated: array index "2147483647" not equivalent to 2147483647

2001-09-23 Thread jeroen
ID: 13407 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Operating System: PHP Version: 4.0.4pl1 New Comment: I assume there somewhere needs to be one more than the index, for some reason... people should, IMHO, realize that computers have limite

[PHP-DEV] Bug #13407 Updated: array index "2147483647" not equivalent to 2147483647

2001-09-23 Thread jeroen
ID: 13407 Updated by: jeroen Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Operating System: PHP Version: 4.0.4pl1 New Comment: I assume there somewhere needs to be one more than the index, for some reason... people should, IMHO, realize that computers have limite

[PHP-DEV] Bug #13407 Updated: array index "2147483647" not equivalent to 2147483647

2001-09-23 Thread rasmus
ID: 13407 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old Status: Bogus Status: Open Bug Type: Unknown/Other Function Operating System: PHP Version: 4.0.4pl1 New Comment: Hrm.. Sure, that is the kneejerk response, but "too near"? 2147483647 is 2^31 - 1. I could understand if this happe

[PHP-DEV] Bug #13407 Updated: array index "2147483647" not equivalent to 2147483647

2001-09-23 Thread jeroen
ID: 13407 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Unknown/Other Function Operating System: PHP Version: 4.0.4pl1 New Comment: Integers are limited in capacity, you're too near the bounds of integer. If you need such high numbers, see GMP. No