Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Imported From: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/7340857380636501#

There is $_REQUEST super-global variable in PHP, that used to contain
Get/Post/Cookie variables all together. However since PHP 5.3.0 actual
contents of this variable can be altered using "request_order" ini setting.
Unfortunately by default it no longer contains Cookie values. This is not
big issue for In-Portal because it uses it's own $_REQUEST-alike
variable maintenance system.

However it's a problem for Debugger, which thinks that there are always all
variables inside a $_REQUEST and some of them are Get, some Post and some
Cookies.
I'm proposing merge $_GET, $_POST, $_COOKIE arrays manually in the debugger
and not rely on $_REQUEST variable's content.

--
Best Regards,

http://www.in-portal.com
http://www.alex-time.com

  • No labels