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
This commit is contained in:
James Nylen 2017-02-17 00:13:41 +00:00
parent cb100a0539
commit 23e4694e0c

View File

@ -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.