HTTP: Call mbstring_binary_safe_encoding() before making a request with Requests to avoid issues with mbstring.func_overload.

Props SergeyBiryukov.
Fixes #38226.

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


git-svn-id: http://core.svn.wordpress.org/trunk@38837 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse
2016-10-25 00:45:29 +00:00
parent e8211f783a
commit 7ac6b18d89
2 changed files with 6 additions and 1 deletions

View File

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