[PHP-DEV] Bug #12120 Updated: Several following characters ignored by striptags()

2002-01-22 Thread martin
ID: 12120 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Operating System: Linux Mandrake PHP Version: 4.0.4pl1 New Comment: I reproduced the problem in PHP 4.1.1, using the same code: $foo = strip_tags(

[PHP-DEV] Bug #12120 Updated: Several following characters ignored by striptags()

2002-01-22 Thread yohgaki
ID: 12120 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Operating System: Linux Mandrake Old PHP Version: 4.0.4pl1 PHP Version: 4.1.1 New Comment: Version update Previous Comments:

[PHP-DEV] Bug #12120 Updated: Several following characters ignored by striptags()

2001-08-19 Thread sniper
ID: 12120 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Status: Feedback Bug Type: Strings related Operating System: Linux Mandrake PHP Version: 4.0.4pl1 New Comment: Does this happen with PHP 4.0.6? Previous Comments:

[PHP-DEV] Bug #12120 Updated: Several following characters ignored by striptags()

2001-08-19 Thread michel
ID: 12120 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Strings related Operating System: Linux Mandrake PHP Version: 4.0.4pl1 New Comment: I did not try with the newest release, and unfortunatly cannot currently test more with

[PHP-DEV] Bug #12120 Updated: Several following characters ignored by striptags()

2001-07-12 Thread michel
ID: 12120 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Strings related Operating System: Linux Mandrake PHP Version: 4.0.4pl1 New Comment: $foo = strip_tags( bhello/b, b); echo $foo; // prints bhello with a hidden /b strip_tags(), in this case,