https://bugzilla.wikimedia.org/show_bug.cgi?id=43679

       Web browser: ---
            Bug ID: 43679
           Summary: mb_check_encoding() change in php 5.4.10
           Product: MediaWiki
           Version: 1.21-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

testIsUtf8WithMbstring is failing in PHP 5.4.10 with the strings:
- "\xf8\x88\x80\x80\x80" (#6)
- "\xfc\x84\x80\x80\x80\x80" (#7)
- "\xf7\xbf\xbf\xbf" (#11)
- "\xfb\xbf\xbf\xbf\xbf" (#12)
- "\xf4\x90\x80\x80" (#18)

mb_check_encoding( $string, 'UTF-8' ) is returning false in php 5.4.10 (they
made their checks stricter?)


Hashar, I'm assigning this to you as 750db30d9 author.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to