Make WordPress Core


Ignore:
Timestamp:
05/06/2015 07:11:47 PM (10 years ago)
Author:
mdawaffe
Message:

WPDB: When checking that a string can be sent to MySQL, we shouldn't use mb_convert_encoding(), as it behaves differently to MySQL's character encoding conversion.

Merge of [32364] to the 3.9 branch.

Props mdawaffe, pento, nbachiyski, jorbin, johnjamesjacoby, jeremyfelt.

See #32165.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.9/tests/phpunit/tests/db.php

    r32316 r32389  
    613613                'format' => '%s',
    614614                'charset' => $expected_charset,
    615                 'ascii' => false,
    616615                'length' => $wpdb->get_col_length( $wpdb->posts, 'post_content' ),
    617616            )
Note: See TracChangeset for help on using the changeset viewer.