From 23e4694e0c5ce331e212444d0697a3d2d341e548 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Fri, 17 Feb 2017 00:13:41 +0000 Subject: [PATCH] REST API: Skip generating the client test fixtures in PHP 5.2 and 5.3. Follow-up to [40065] - `JSON_*` constants are differently unsupported in PHP 5.2 and 5.3, which caused other, more different failures. Also bring back `JSON_UNESCAPED_SLASHES` because the generated output looks nicer this way. Fixes #39264. Built from https://develop.svn.wordpress.org/trunk@40066 git-svn-id: http://core.svn.wordpress.org/trunk@40003 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 0f16e0774a..0a90256b97 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40065'; +$wp_version = '4.8-alpha-40066'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.