
George Clarke - 2007-03-10 19:53:14 -
In reply to message 1 from Richard Martin
OK, here's an interesting one.
I am running on a Windows system with PHP5.2.1. Not only is it not zipping the subdirectories but if there is a subdirectory, the files that are zipped are the ones that come after the directory name alphabetically. In other words, if there is a sub named "aba" and files named aaa.php, aab.php, abb.php, and abc.php, then only the files abb.php and abc.php are zipped. If there is no subdirectory, then they all get zipped.
Anybody have a clue as to the cause of this one??? Would be really nice if this class worked properly.
George Clarke