Build/Test Tools: Only attempt to disable Xdebug on stable builds of PHP.

Unstable builds of PHP (nightly and hhvm) don't have the Xdebug extension enabled. Attempting to disable it results in a build error.

See #39978

Built from https://develop.svn.wordpress.org/trunk@40139


git-svn-id: http://core.svn.wordpress.org/trunk@40076 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2017-02-28 00:04:44 +00:00
parent 6a578af528
commit ae890935b3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-40138';
$wp_version = '4.8-alpha-40139';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.