Is any developer familiar with php_strip_tags? I was looking into but 7472 and
php_strip_tags seems like its keeping track of "'s and changing the state
according to "'s. From what I can tell the state machine shouldn't need to
worry about "'s, but I might be missing something obvious tho. Commenting out
the case '"' fixes the bugs reported by 7427. I don't want to commit it if it
will break anything else.

Additionally it also keeps track of ('s and )'s. Is this needed as well?

http://bugs.php.net/bug.php?id=7472

 - brad

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to