PHP Classes

double directory

Recommend this page to a friend!

      Zip  >  All threads  >  double directory  >  (Un) Subscribe thread alerts  
Subject:double directory
Summary:recursive zip directories makes double directories
Messages:4
Author:rik bollen
Date:2011-03-14 10:20:10
Update:2011-03-14 13:15:46
 

  1. double directory   Reply   Report abuse  
Picture of rik bollen rik bollen - 2011-03-14 10:20:10
When i zip underlaying subdirs with the method
$zip->addDirectoryContent("../", "");
all subdirs are duplicated in the zip file
Have anyone an idea what happens and what can be a solution
gr rik bollen

  2. Re: double directory   Reply   Report abuse  
Picture of Asbjorn Grandt Asbjorn Grandt - 2011-03-14 10:43:12 - In reply to message 1 from rik bollen
Issue confirmed, and I am certain this is a bug in Zip.php.
I will be looking for a resolution right away.

  3. Re: double directory   Reply   Report abuse  
Picture of Asbjorn Grandt Asbjorn Grandt - 2011-03-14 11:33:25 - In reply to message 2 from Asbjorn Grandt
The problem have been solved, please download the new Zip.php (version 1.25) from PHPClasses, as it will solve the issue.

Thanks for reporting this rather severe error in the Zip class.

  4. Re: double directory   Reply   Report abuse  
Picture of rik bollen rik bollen - 2011-03-14 13:15:46 - In reply to message 3 from Asbjorn Grandt
thanks for the fast and effective reaction.
It works really fine