Added by Darby Felton, last edited by julien PAULI on Sep 30, 2008  (view change)

Labels

 
(None)

Make Zend_Filter_* use of the PHP5.2 filter extention

As it is planned for ZF2.0 to require PHP 5.2.x minimum, we then should be able to rewrite all the filters in Zend_Filter_* to use the filter extention provided in the standard distribution of PHP5.2

This would then improve the global performances of Zend_Filter 

Have a look at EzComponents UserInput class