From: jamedean at edunet4u dot net
Operating system: linux i386
PHP version: 4.3.8
PHP Bug Type: ICONV related
Bug description: iconv() not error output!
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
--
Edit bug report at http://bugs.php.net/?id=29852&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29852&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=29852&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=29852&r=trysnapshot51
Fixed in CVS: http://bugs.php.net/fix.php?id=29852&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=29852&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=29852&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=29852&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=29852&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=29852&r=support
Expected behavior: http://bugs.php.net/fix.php?id=29852&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=29852&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=29852&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=29852&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29852&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=29852&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=29852&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=29852&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29852&r=float