#863: Certain validator names will cause a fatal error
----------------------+-----------------------------------------------------
 Reporter:  david     |       Owner:  david 
     Type:  defect    |      Status:  new   
 Priority:  normal    |   Milestone:  0.11.4
Component:  config    |     Version:  0.11.3
 Severity:  critical  |    Keywords:        
Has_patch:  0         |  
----------------------+-----------------------------------------------------
 {{{AgaviValidatorConfigHandler}}} will create a variable with the name of
 the validator from the validation config... unfortunately, this compiled
 config file is included into the local scope elsewhere, where several
 variables of course already exist, and thus gets overwritten if there are
 validator names like "method", "container" etc. Very, very bad. We need to
 use a prefix there.

-- 
Ticket URL: <http://trac.agavi.org/ticket/863>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5


_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to