WPDB: Fix the parsing of sockets which contain colons within the socket name (used on some cloud providers).

Props natacado.
Fixes #42634 for trunk.

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


git-svn-id: http://core.svn.wordpress.org/trunk@42055 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse
2017-11-24 05:52:46 +00:00
parent 5342b33a0b
commit b33967cd31
2 changed files with 11 additions and 4 deletions

View File

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