#1183: FormPopulationFilter raises warning at line 215
-------------------------------+--------------------------------------------
 Reporter:  mug...@…           |       Owner:  david
     Type:  defect             |      Status:  new  
 Priority:  normal             |   Milestone:  1.0.2
Component:  filter             |     Version:  1.0.1
 Severity:  normal             |    Keywords:       
Has_patch:  0                  |  
-------------------------------+--------------------------------------------

Comment(by david):

 Okay, so the {{{(?(-2)}}} for relative backreferences in conditional
 subpatterns was introduced in PCRE 7.2, which was bundled with PHP 5.2.4.
 Our current minimum version is 5.2.0, which won't support this unless it's
 compiled against a newer version of PCRE. I can look into an alternative
 approach for this that does not use conditional subpatterns, that would
 also solve the problem you are encountering.

-- 
Ticket URL: <http://trac.agavi.org/ticket/1183#comment:5>
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