php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37477 htmlentities problem on another greek expression
Submitted: 2006-05-17 15:31 UTC Modified: 2006-06-28 01:00 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: d dot gourgues at neuf dot fr Assigned:
Status: No Feedback Package: Strings related
PHP Version: 5.1.4 OS: Debian
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
45 + 35 = ?
Subscribe to this entry?

 
 [2006-05-17 15:31 UTC] d dot gourgues at neuf dot fr
Description:
------------
Hi, I've some expression in database in UTF8.
When i try to use the htmlentities functions

ex : htmlentities("zoo...", ENT_QUOTES, "UTF-8");

the script returns sometimes nothing.


PS : I've tested on a PHP 5.1.2-1.dotdeb.2 (and i can't upgrade at work)... i will try at home with a PHP 5.1.4 version

Reproduce code:
---------------
// works always
$str = " ";
echo htmlentities(html_entity_decode ("ζωολογικός".$str."κήπος/πάρκο", ENT_QUOTES, "UTF-8"), ENT_QUOTES, "UTF-8");

// works sometimes
$str = " ";
echo htmlentities(html_entity_decode ("ζωολογικός".$str."κήπος/πάρκο", ENT_QUOTES, "UTF-8"), ENT_QUOTES, "UTF-8");



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-06-20 14:47 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip


 [2006-06-28 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".
 [2008-04-27 22:19 UTC] bitagenda at gmail dot com
Add to this problem that
ERROR
htmlentities expects at most 3 parameters, 4 given

This is in 
PHP Version 5.2.0-8+etch10 (Debian) a php BUG of course
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 01:01:28 2024 UTC