[wp-trac] [WordPress Trac] #25063: Correct check for mbstring.func_overload in _unzip_file_pclzip()
WordPress Trac
noreply at wordpress.org
Sat Aug 17 19:26:56 UTC 2013
#25063: Correct check for mbstring.func_overload in _unzip_file_pclzip()
----------------------------+-----------------------
Reporter: SergeyBiryukov | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.7
Component: Filesystem | Version: 3.2
Severity: normal | Keywords: has-patch
----------------------------+-----------------------
Background: #25061
[17592] added a fix to `_unzip_file_pclzip()` for `mbstring.func_overload`
(see #15789).
However, it does not check that the value of `mbstring.func_overload`
actually redefines string functions and not `mail()` or regex functions.
See `POMO_Reader()` for the correct check: [source:tags/3.6/wp-
includes/pomo/streams.php#L17].
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25063>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list