Welcome Guest, Not a member yet? Register   Sign In
Everything seems to work, except $_GET
#3

[eluser]Adam[/eluser]
Yep this is a bug. It should be:

Code:
if (php_sapi_name() === 'php')
{
    // This is a "command line request"
    // Side-note - why the heck are we detecting the SAPI type in the URI object?
    $this->uri_string = $this->_parse_cli_args();
    return;
}


Messages In This Thread
Everything seems to work, except $_GET - by El Forum - 01-30-2011, 10:44 PM
Everything seems to work, except $_GET - by El Forum - 01-31-2011, 09:49 PM
Everything seems to work, except $_GET - by El Forum - 06-08-2011, 03:17 AM
Everything seems to work, except $_GET - by El Forum - 06-08-2011, 02:26 PM
Everything seems to work, except $_GET - by El Forum - 06-09-2011, 04:57 AM
Everything seems to work, except $_GET - by El Forum - 06-09-2011, 10:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB