ID: 47399 Updated by: [email protected] Reported By: for-bugs at hnw dot jp -Status: Open +Status: Assigned Bug Type: mbstring related Operating System: any PHP Version: 5.2.9RC2 -Assigned To: +Assigned To: moriyoshi New Comment:
Thanks for the patch. Assigned to maintainer. Previous Comments: ------------------------------------------------------------------------ [2009-02-16 00:11:36] for-bugs at hnw dot jp Proposed fix is here: http://hnw.sakura.ne.jp/mb_check_encoding.47399.patch.txt ------------------------------------------------------------------------ [2009-02-16 00:05:52] for-bugs at hnw dot jp Description: ------------ mb_check_encoding returns true when specific invalid "SJIS" or "SJIS-win" string. Reproduce code: --------------- <?php var_dump(mb_check_encoding("\x81\x3A", "SJIS-win")); Expected result: ---------------- bool(false) Actual result: -------------- bool(true) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47399&edit=1
