#1100: AgaviWebRouting raises an notice on environment where HTTP_GET_VARS is
not
defined.
---------------------+------------------------------------------------------
Reporter: MugeSo | Owner: david
Type: defect | Status: assigned
Priority: normal | Milestone: 1.0.2
Component: routing | Version: 1.0.1
Severity: major | Keywords:
Has_patch: 0 |
---------------------+------------------------------------------------------
Comment(by david):
Hey Koichi,
I cannot reproduce this. {{{unset()}}} should never emit notices on
undefined variables:
{{{
#!php
<?php
error_reporting(E_ALL | E_STRICT);
unset($foo);
?>
}}}
What PHP version are you running? I haven't tested it on 5.3 yet.
--
Ticket URL: <http://trac.agavi.org/ticket/1100#comment:2>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5
_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets