FYI: strip_tags() patch updated

php.internals

Moriyoshi Koizumi

23 years ago
Hi, I updated the huge patch for strip_tags() I announced before [1] in this list as an entire reimplementation that solves various issues regarding strip_tags() and fgetss() hopefully with better maintainability. With this version case-insensitive tag match now works. The patch for the HEAD branch can be downloaded at the following: http://www.voltex.jp/patches/strip_tags-patch-20030712.diff.gz Comments and suggestions are still welcome. kind of instruction: $ cd php-src $ gunzip -c strip_tags-patch-20030712.diff.gz | patch -p0 [1] http://news.php.net/article.php?group=php.internals&article=2164 Moriyoshi