ID: 43477 Updated by: [EMAIL PROTECTED] Reported By: geoffers at gmail dot com -Status: Open +Status: Closed Bug Type: Unicode Engine related Operating System: Debian Etch PHP Version: 6CVS-2007-12-02 (CVS) New Comment:
This bug has been fixed in CVS. 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. Previous Comments: ------------------------------------------------------------------------ [2007-12-02 14:58:37] geoffers at gmail dot com Description: ------------ Regardless of how any error mode is set, whether it be via the third parameter of unicode_decode() or via unicode_set_error_mode(), it is ignored and U_CONV_ERROR_STOP is used. Reproduce code: --------------- <?php var_dump(unicode_decode(b"\xF8", 'UTF-8', U_CONV_ERROR_SKIP)); ?> Expected result: ---------------- string(0) "" Actual result: -------------- Warning: could not decode binary string (converter UTF-8 failed on bytes (0xF8) at offset 0) in - on line 2 bool(false) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=43477&edit=1