From a3bbadbbeadcb6a6875b78f6503707370a9f9abc Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 1 Apr 2015 12:34:27 +0000 Subject: [PATCH] WPDB: Due to PHP 5.2's internal string handling, strings in Windows are encoded using UTF-16, instead of UTF-8. With the addition of the many character set tests in [30345], a couple of them were tripping up in PHP 5.2 under Windows, because of this behaviour. This marks those tests as skipped. See #31262 for more discussion. Built from https://develop.svn.wordpress.org/trunk@31953 git-svn-id: http://core.svn.wordpress.org/trunk@31932 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index c1e72d5637..76ac8b0a87 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta3-31952'; +$wp_version = '4.2-beta3-31953'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.