The following script line does not echo the same output on 2 different hotings: echo -4738698913^43814; PHP: The correct result - the one I am expecting is: -443704711 On one hosting it is ok and on the other one it outputs: -2147439834 Any idea? Thanks
Thanks I found a solution It is linked to PHP5 which introduced a severe bug in the XOR function. Depending on the server, it works or not Found a work-around function replacing the XOR Thanks again