php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41524 bug on strip_tags => truncate
Submitted: 2007-05-29 01:00 UTC Modified: 2007-06-06 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: geo113 at free dot fr Assigned:
Status: No Feedback Package: Strings related
PHP Version: 5CVS-2007-05-29 (snap) OS: linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: geo113 at free dot fr
New email:
PHP Version: OS:

 

 [2007-05-29 01:00 UTC] geo113 at free dot fr
Description:
------------
Hello,
I'm using PHP Version 5.2.0-8+etch3

In a script which was working for a long time, I notice this bug,
the function strip_tags truncate the string of text above 100 letters.

the string come from a database, and the result is the same even the string change. In fact with all the string I test.

thanks for the time you take,

regards


Reproduce code:
---------------
$signature = stripslashes(strip_tags($signature));


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-06-06 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC