As far as I can tell, I have identical code bases on different systems. However, both systems have the same version of PHP. I can't find any obvious differences so I'm asking for help in identifying potential places to look.
I have a URL that has been javascript escape. I make a GET request to this URL. The PHP that is called then dumps $_GET['mumble']. I have alert()ed the encoded URI and browsed to that on both systems. However, the dump on one sytem has slashes, quotes etc escaped. On the other system these special chars are not escape.
Argh - of course! Of all the things I compared that hadn't event occurred to me! Thank you so much - I would have been md5sum-ing and grep-ing all day otherwise!
Bookmarks