id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
180,Backwards compatibility with older PHP versions,pmeems@…,wwalc,"I use v2.3.1 and I only got it to work after added several lines of codes to let it work not only with $_GET but also with $HTTP_GET_VARS. This also is for $_FILES, $_POST, etc.

I use this code:

{{{
global $HTTP_GET_VARS;
if (!isset($_GET))
    $_GET = &$HTTP_GET_VARS;
}}}

This prevent my from upgrading to the latest version because I have to go trough all code again.

It would be nice if in the future release this could be solved.

--[[BR]]
Paul

----
Moved from SF:[[BR]]
http://sourceforge.net/tracker/index.php?func=detail&aid=1603204&group_id=75348&atid=543653",Bug,closed,Normal,FCKeditor 2.5 Beta,Server : PHP,,fixed,SF,
