PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
peeratep
Forum Newbie
Posts: 1 Joined: Wed Jul 19, 2006 11:39 pm
Post
by peeratep » Sun Jul 30, 2006 3:28 am
on windows->
-2694274578 ^ 1136121015 = 484406617
on linux->
-2694274578 ^ 1136121015 = -1011362633
i want value 484406617 on linux..help me please!
Thank you...
Weirdan
Moderator
Posts: 5978 Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine
Post
by Weirdan » Sun Jul 30, 2006 3:57 am
one of the machine has 64bit architecture?
ronverdonk
Forum Commoner
Posts: 34 Joined: Sat Jun 10, 2006 7:06 am
Location: Netherlands
Post
by ronverdonk » Sun Jul 30, 2006 9:14 am
As I already replied in the other forum to which you posted this question:
You must have used at least one 64 bit machine, because 32 bit systems have a maximum signed integer range of -2147483648 to 2147483647.