In-Portal Debugger and PHP5 issue
Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/e1d963dba4c827df#
There is nice *$_REQUEST *variable, that holds all request variables in
following order:
1. environment
2. get
3. post
4. cookie
5. server
Actual order is defined in php.ini in "gpc_order" variable (PHP4) and in
"variable_order" (PHP5). Problem is, that default values of "variable_order"
configuration variable no longer includes cookies by default.
As far as I've noticed the first one to have problems with that was
In-Portal's internal debugger and it wasn't able to display cookies at all
because of that.
I propose to check, that "GPC" is present in "variable_order" variable
during In-Portal installation.
--
Best Regards,