Page 1 of 1

new filter extension php5

Posted: Wed Nov 01, 2006 2:17 am
by matthijs
Today I came across the Filter extension for PHP, see also this tutorial.

I haven't read much about this extension yet, possibly because it's only bundled in more recent php versions and is still in a development stage. So I guess not widely known yet?
(or I just read the wrong blogs or haven't paid attention ..)

Anyway, my question:

What do you think about this module? Looks to me it's a great addition and really will simplify - and therefore make more secure - input filtering.

Interested in your input.

Posted: Wed Nov 01, 2006 5:31 am
by Luke
Yea I came across this article earlier today. I'm interested in giving it a go, but I probably won't get around to it for quite some time. Plus I get the same functionality from the Zend Framework.