php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16469 strip_tags problem in 4.3.0-dev
Submitted: 2002-04-07 03:36 UTC Modified: 2002-04-07 06:56 UTC
From: zozzi at cool dot sk Assigned:
Status: Closed Package: Strings related
PHP Version: 4.1.2 OS: linux
Private report: No CVE-ID: None
 [2002-04-07 03:36 UTC] zozzi at cool dot sk
in 4.3.0-dev
--------------------------------

$html_page = implode("",file("/some/file"));
$string = strip_tags($html_page,'<br>');

echo $string;

$string contains ">>>>>>>>>>>>>>>>>>>>>>>>>";


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-07 06:56 UTC] wez@php.net
This bug has been fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC