From: Stefan Esser Date: Sat, 26 Jun 2004 07:46:08 +0000 (+0000) Subject: strip_tags() news X-Git-Tag: php-5.0.0~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e5ea7d229a434b36fac9970ce172aed4251159f;p=php strip_tags() news --- diff --git a/NEWS b/NEWS index 2c1acbfbf6..53aae02db0 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,7 @@ PHP NEWS - Fixed bug #28694 (ReflectionExtension::getFunctions() crashes PHP). (Marcus) - Fixed bug #28466 (mbstring_convert_variables() array separation problem). (Moriyoshi) +- Fixed strip_tags() to correctly handle '\0' characters. (Stefan) 7 Jun 2004, PHP 5 Release Candidate 3 - Moved the PDFLib extension to PECL. (Wez)