From:             [EMAIL PROTECTED]
Operating system: linux
PHP version:      4.1.2
PHP Bug Type:     Strings related
Bug description:  strip_tags problem in 4.3.0-dev

in 4.3.0-dev
--------------------------------

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

echo $string;

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


-- 
Edit bug report at http://bugs.php.net/?id=16469&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16469&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16469&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16469&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16469&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16469&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16469&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16469&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16469&r=submittedtwice

Reply via email to