[wp-trac] [WordPress Trac] #16920: PHP5-Port: Take out unnecessary compat functions from diverse files
WordPress Trac
wp-trac at lists.automattic.com
Sat Apr 30 06:05:28 UTC 2011
#16920: PHP5-Port: Take out unnecessary compat functions from diverse files
-------------------------+-----------------------
Reporter: hakre | Owner:
Type: defect | Status: reopened
Priority: normal | Milestone: 3.2
Component: General | Version: 3.1
Severity: normal | Resolution:
Keywords: needs-patch |
-------------------------+-----------------------
Comment (by dd32):
Ignore that.. Turns out there was some PHP4 comapt in there: (thanks
ocean90)
{{{
$zopen = $z->open($file, /* ZIPARCHIVE::CHECKCONS */ 4);
=>
$zopen = $z->open($file, ZIPARCHIVE::CHECKCONS);
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16920#comment:15>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list