Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25061, comment 2


Ignore:
Timestamp:
08/17/2013 07:20:47 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25061, comment 2

    initial v1  
    11Turned [attachment:stream_body_hack.txt] into a patch: [attachment:25061.patch].
    22
    3 We have a similar check in `_unzip_file_pclzip()`: [source:tags/3.6/wp-admin/includes/file.php#L669] (introduced in [17592]).
     3We have a similar check in `_unzip_file_pclzip()`: [source:tags/3.6/wp-admin/includes/file.php#L669] (introduced in [17592]) and `POMO_Reader`: [source:tags/3.6/wp-includes/pomo/streams.php#L17] (introduced in [11626]).
    44
    55Related: #18007 (explores other options to deal with `mbstring.func_overload`).