Edit report at https://bugs.php.net/bug.php?id=52211&edit=1

 ID:                 52211
 Updated by:         ezy...@php.net
 Reported by:        raphgivernaud at yahoo dot fr
 Summary:            iconv() returns part of string on error
-Status:             Closed
+Status:             Re-Opened
 Type:               Bug
 Package:            ICONV related
 Operating System:   Windows Vista
 PHP Version:        5.3.2
 Assigned To:        felipe
 Block user comment: N
 Private report:     N

 New Comment:

I don't think this bug was fixed correctly. In particular, iconv doesn't handle 
'//IGNORE' correctly now.

ezyang@javelin:~$ cat test.php
<?php var_dump(iconv("UTF-8", "ISO-8859-1//IGNORE", "\xE4\xB8\xAD"));
ezyang@javelin:~$ php --version
PHP 5.3.6-13ubuntu3.3 with Suhosin-Patch (cli) (built: Dec 13 2011 18:37:10) 
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
    with Xdebug v2.1.0, Copyright (c) 2002-2010, by Derick Rethans
ezyang@javelin:~$ php test.php
PHP Notice:  iconv(): Detected an illegal character in input string in 
/home/ezyang/test.php on line 1
PHP Stack trace:
PHP   1. {main}() /home/ezyang/test.php:0
PHP   2. iconv() /home/ezyang/test.php:1
string(0) ""
ezyang@javelin:~$ phpv 5.4.0RC3 --version
PHP 5.4.0RC3 (cli) (built: Dec 16 2011 15:14:12) 
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2011 Zend Technologies
ezyang@javelin:~$ phpv 5.4.0RC3 test.php
bool(false)


Previous Comments:
------------------------------------------------------------------------
[2010-12-10 12:39:00] raphgivernaud at yahoo dot fr

Ok, sorry

------------------------------------------------------------------------
[2010-12-10 12:20:51] fel...@php.net

Yes, as I mentioned, the fix was committed on trunk, not in 5.3 branch.

------------------------------------------------------------------------
[2010-12-10 10:55:48] raphgivernaud at yahoo dot fr

Hello,

In version 5.3.3 and 5.3.4, the problem is still not
resolved

------------------------------------------------------------------------
[2010-07-01 03:15:19] fel...@php.net

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

This bug has been only fixed on trunk, because from what I can see, it might 
cause BC issue on 5.3 series.

------------------------------------------------------------------------
[2010-07-01 03:11:10] fel...@php.net

Automatic comment from SVN on behalf of felipe
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=300894
Log: - Fixed bug #52211 (iconv() returns part of string on error)

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=52211


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=52211&edit=1

Reply via email to