[Tickets #11277] Re: nag: Updating tasks with a Kolab backend fails
bugs at horde.org
bugs at horde.org
Thu Jul 19 11:28:17 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11277
------------------------------------------------------------------------------
Ticket | 11277
Updated By | Thomas Jarosch <thomas.jarosch at intra2net.com>
Summary | nag: Updating tasks with a Kolab backend fails
Queue | Nag
Version | Git develop
Type | Bug
State | Resolved
Priority | 1. Low
Milestone |
Patch |
Owners | Jan Schneider
------------------------------------------------------------------------------
Thomas Jarosch <thomas.jarosch at intra2net.com> (2012-07-19 11:28) wrote:
> You have locked down or otherwise disabled the request_order PHP setting.
The PHP installation is pretty vanilla, no special lock downs.
This might also be a "performance optimization" of newer PHP versions:
https://bugs.php.net/bug.php?id=55088
I just wrote this small test script based upon the Horde code:
-----------------------------------------
<?php
function getVars($name)
{
return $GLOBALS['_' . $name];
}
echo "<pre>\n";
print_r(getVars(REQUEST));
print_r($GLOBALS);
print_r($_REQUEST); // check result with this line commented out
echo "</pre>\n";
-----------------------------------------
The $GLOBALS array will only contain _REQUEST if the
print_r($_REQUEST) is in place.
More information about the bugs
mailing list