-
PHP Notice: Use of undefined constant line - assumed 'line'
PHP Notice: Use of undefined constant file - assumed 'file'
End of the file:
$p_entry[file] should be $p_entry['file']
$p_entry[line] should be $p_entry['line'].
2009-10-20 01:33:20 UTC by nobody
-
vblavet committed patchset 92 of module pclzip to the PhpZip Application CVS repository, changing 2 files.
2009-09-30 21:00:06 UTC by vblavet
-
vblavet committed patchset 91 of module pclzip to the PhpZip Application CVS repository, changing 3 files.
2009-09-30 20:35:21 UTC by vblavet
-
vblavet committed patchset 90 of module pclzip to the PhpZip Application CVS repository, changing 3 files.
2009-09-30 20:13:12 UTC by vblavet
-
$temp_dir = "/var/www/vhosts/websitename.co.nz/scheduled/temp/stemp/";
$file_path = "/home/ftparchive/photos.zip";
$archive = new PclZip($file_path);
if ($archive->create($temp_dir,PCLZIP_OPT_REMOVE_ALL_PATH) == 0)
{
... but in the zip file each file still shows a path value of: "stemp/"
Steve.
2009-09-08 04:33:28 UTC by nobody
-
vblavet committed patchset 89 of module pclzip to the PhpZip Application CVS repository, changing 1 files.
2009-08-11 14:58:12 UTC by vblavet
-
vblavet committed patchset 88 of module pclzip to the PhpZip Application CVS repository, changing 3 files.
2009-08-11 14:58:11 UTC by vblavet