Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3391 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38084 invoked from network); 12 Jul 2003 16:57:15 -0000 Received: from unknown (HELO vckyb3.nw.wakwak.com) (211.9.231.144) by pb1.pair.com with SMTP; 12 Jul 2003 16:57:15 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135:25]) by vckyb3.nw.wakwak.com (Postfix) with ESMTP id D8F4C3FE0E for ; Sun, 13 Jul 2003 01:57:13 +0900 (JST) Received: from at.wakwak.com (z93.219-121-71.ppp.wakwak.ne.jp [219.121.71.93]) by at.wakwak.com (8.12.9/8.12.9/2003-06-03) with SMTP id h6CGvDdO083531 for ; Sun, 13 Jul 2003 01:57:13 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Date: Sun, 13 Jul 2003 01:59:54 +0900 X-Mailer: EdMax Ver2.85.3F MIME-Version: 1.0 To: php-internal Message-ID: <20030713015954PG$elo@at.wakwak.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Subject: FYI: strip_tags() patch updated From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) 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