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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 18:01:29 2024 UTC