|
|
| |
1. double directory |
|
Reply |
|
|
 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 |
|
|
 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 |
|
|
 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 |
|
|
 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 |
|