Ticket #25063: 25063.patch
| File 25063.patch, 674 bytes (added by , 13 years ago) |
|---|
-
src/wp-admin/includes/file.php
667 667 global $wp_filesystem; 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'); 673 673 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)