ID: 21311 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Strings related Operating System: WinXP PHP Version: 4.3.0 New Comment:
Was this fixed in the 4.4 or in 4.3? Previous Comments: ------------------------------------------------------------------------ [2002-12-31 09:19:16] [EMAIL PROTECTED] Fixed in CVS ------------------------------------------------------------------------ [2002-12-31 07:32:40] [EMAIL PROTECTED] $str1 = "Hello <!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"> World."; $str1 = strip_tags($str1); After this $str1 contains only 'Hello' and not 'Hello World.' ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21311&edit=1