From:
Operating system: Linux Debian 2.6.32
PHP version: 5.3.8
Package: Zip Related
Bug Type: Bug
Bug description:Unable to open new zipfile in mode OVERWRITE
Description:
------------
I'm trying to open a zip file in mode OVERWRITE. I always end up getting
error
code 1,
Test script:
---------------
$this->archiveName = TEMP_DIR . '/archive_' . $this->tid . '_' .
date('Ymd') . '.zip';
$errorCode = $this->zipArchive->open($this->archiveName,
ZipArchive::CREATE);
if ((integer)$errorCode > 0)
{
throw new RuntimeException('Unable to open archive ' .
$this->archiveName . ' (Error: ' . $errorCode . ')');
}
if (empty($this->files))
{
throw new RuntimeException('No files available to be added to the
archive.');
}
foreach ($this->files as $filename => $filepath)
{
$this->zipArchive->addFile($filepath, $filename);
}
if (!$this->zipArchive->close())
{
throw new RuntimeException('An error occured while trying to write the
archive.');
}
return $this->archiveName;
--
Edit bug report at https://bugs.php.net/bug.php?id=60348&edit=1
--
Try a snapshot (PHP 5.4):
https://bugs.php.net/fix.php?id=60348&r=trysnapshot54
Try a snapshot (PHP 5.3):
https://bugs.php.net/fix.php?id=60348&r=trysnapshot53
Try a snapshot (trunk):
https://bugs.php.net/fix.php?id=60348&r=trysnapshottrunk
Fixed in SVN:
https://bugs.php.net/fix.php?id=60348&r=fixed
Fixed in SVN and need be documented:
https://bugs.php.net/fix.php?id=60348&r=needdocs
Fixed in release:
https://bugs.php.net/fix.php?id=60348&r=alreadyfixed
Need backtrace:
https://bugs.php.net/fix.php?id=60348&r=needtrace
Need Reproduce Script:
https://bugs.php.net/fix.php?id=60348&r=needscript
Try newer version:
https://bugs.php.net/fix.php?id=60348&r=oldversion
Not developer issue:
https://bugs.php.net/fix.php?id=60348&r=support
Expected behavior:
https://bugs.php.net/fix.php?id=60348&r=notwrong
Not enough info:
https://bugs.php.net/fix.php?id=60348&r=notenoughinfo
Submitted twice:
https://bugs.php.net/fix.php?id=60348&r=submittedtwice
register_globals:
https://bugs.php.net/fix.php?id=60348&r=globals
PHP 4 support discontinued:
https://bugs.php.net/fix.php?id=60348&r=php4
Daylight Savings: https://bugs.php.net/fix.php?id=60348&r=dst
IIS Stability:
https://bugs.php.net/fix.php?id=60348&r=isapi
Install GNU Sed:
https://bugs.php.net/fix.php?id=60348&r=gnused
Floating point limitations:
https://bugs.php.net/fix.php?id=60348&r=float
No Zend Extensions:
https://bugs.php.net/fix.php?id=60348&r=nozend
MySQL Configuration Error:
https://bugs.php.net/fix.php?id=60348&r=mysqlcfg