#27021 [Bgs]: strip_tags eliminates content in HTML comments

2004-01-26 Thread mderk at yandex dot ru
ID: 27021 User updated by: mderk at yandex dot ru Reported By: mderk at yandex dot ru Status: Bogus Bug Type: Strings related Operating System: FreeBSD PHP Version: 4.3.4 New Comment: I found an old script that had relied on the old behavior

#27021 [NEW]: strip_tags eliminates content in HTML comments

2004-01-23 Thread mderk at yandex dot ru
From: mderk at yandex dot ru Operating system: FreeBSD PHP version: 4.3.4 PHP Bug Type: Strings related Bug description: strip_tags eliminates content in HTML comments Description: ?php $str = '!--bhere!/b--'; print strip_tags($str); ? in PHP 4.2.2 it outputs