1
Hi:
I'm updating a XOOPS installation to make it PHP5 compatible. I've read (for example in
this thread) that $HTTP_GET_VARS should be changed to $_GET, $HTTP_POST_VARS to $_POST and $HTTP_COOKIE_VARS to $_COOKIE... but the modules in my installation that still use the old sintax seem to work OK in my PHP5 test site.
Question is, does modern XOOPS (I'm using 2.0.17.1) include some hack to make $HTTP_GET_VARS and the like work? May I leave the working modules unchanged, or should I do a search&replace?
Thanks in advance, and regards: Colossus