Changeset 25056
- Timestamp:
- 08/20/2013 06:23:48 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/file.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r24917 r25056 668 668 669 669 // See #15789 - PclZip uses string functions on binary data, If it's overloaded with Multibyte safe functions the results are incorrect. 670 if ( ini_get('mbstring.func_overload') && function_exists('mb_internal_encoding') ) {670 if ( ( ini_get('mbstring.func_overload') & 2 ) && function_exists('mb_internal_encoding') ) { 671 671 $previous_encoding = mb_internal_encoding(); 672 672 mb_internal_encoding('ISO-8859-1');
Note: See TracChangeset
for help on using the changeset viewer.