[wp-trac] [WordPress Trac] #12230: Upgrade error - Incompatible Archive - ZipArchive
WordPress Trac
wp-trac at lists.automattic.com
Mon Feb 15 11:49:31 UTC 2010
#12230: Upgrade error - Incompatible Archive - ZipArchive
-----------------------------+----------------------------------------------
Reporter: WraithKenny | Owner: dd32
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: Upgrade/Install | Version: 3.0
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
Comment(by dd32):
This sounds like it could be caused from certain php limitations..
http://pecl.php.net/bugs/bug.php?id=8714
If it hits a certain number of open tmp file handles, it may choke.. (That
limitation varies on the host). As of the latest PHP releases (5.3) it
should be less of a issue due to the streams usage instead of file
handles..
It sounds as if, every call to {{{$z->statIndex($i)}}} opens a temporary
file handle, and it doesnt close it afterwards (Or has no way to close
it).
Some workarounds suggested are to close the handle, and re-open it every
{{{x}}} index's.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12230#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list