php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29852 iconv() not error output!
Submitted: 2004-08-26 17:08 UTC Modified: 2004-08-26 18:34 UTC
From: jamedean at edunet4u dot net Assigned:
Status: Not a bug Package: ICONV related
PHP Version: 4.3.8 OS: linux i386
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jamedean at edunet4u dot net
New email:
PHP Version: OS:

 

 [2004-08-26 17:08 UTC] jamedean at edunet4u dot net
Description:
------------
This problem is just appeared for PHP 4.3.8
PHP 4.2.3 version is not appreard.

iconv() function did not output a error.


Reproduce code:
---------------
testing.

<?
if(($res = iconv("utf-8","euc-kr","abc??def")) == false)
echo "error";
else
echo $res;
?>
PHP 4.2.3 output ==>  "error"   // iconv() return FALSE !!
but,
PHP 4.3.8 output ==>  "abc"     // iconv() return abc !!

please help me.T^T





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-26 18:34 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

This is not a support forum.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 19:01:33 2024 UTC