Introduce the ability to add file with change of properties. Something like :
$arch->add(PCLZIP_ADD_FILE_WITH_PROPERTIES, PCLZIP_FILE_SRC_FILENAME, 'foo.txt', PCLZIP_FILE_STORED_FILENAME, 'toto.txt');
Log in to post a comment.