[X] The "/discwrapper-linux/sources/discwrapper-1.2.0a.tar.gz" file could not be found or is not available. Please select another file.

PhpZip is a PHP application which manage compressed archives.PhpZip can archive and extract files and file systems (files + folders). PhpZip support several archive formats (proprietary, GNU TAR, Compressed, ...).


http://www.phpconcept.net





Separate each tag with a space.

Release Date:

2009-04-22

Topics:

License:

Translations:

Intended Audience:

User Interface:

Programming Language:

Registered:

2001-11-16

Ratings and Reviews

Be the first to post a text review of PhpZip Application. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Tracker artifact added

    Anonymous created the pcltrace.lib.php Notice errors artifact

    posted by nobody 22 days ago

  • Code committed

    vblavet committed patchset 92 of module pclzip to the PhpZip Application CVS repository, changing 2 files

    posted by vblavet 41 days ago

  • Code committed

    vblavet committed patchset 91 of module pclzip to the PhpZip Application CVS repository, changing 3 files

    posted by vblavet 41 days ago

  • Code committed

    vblavet committed patchset 90 of module pclzip to the PhpZip Application CVS repository, changing 3 files

    posted by vblavet 41 days ago

  • Tracker artifact added

    Anonymous created the file path not removed artifact

    posted by nobody 64 days ago

  • Code committed

    vblavet committed patchset 89 of module pclzip to the PhpZip Application CVS repository, changing 1 files

    posted by vblavet 92 days ago

  • Code committed

    vblavet committed patchset 88 of module pclzip to the PhpZip Application CVS repository, changing 3 files

    posted by vblavet 92 days ago

  • PclZip: 2.8 released

    PhpZip is a PHP application which manage compressed archives. PhpZip can archive and extract files and file systems (files + folders). PhpZip support several archive formats (proprietary, GNU TAR, Compressed, ...). See details on release notes and http://www.phpconcept.net/pclzip

    posted by vblavet 203 days ago

  • PclZip 2.0 PclZip 2.8 file released: pclzip-2-8.zip

    Version 2.8 : - Improve extraction of zip archive for large files by using temporary files This feature is working like the one defined in r2.7. Options are renamed : PCLZIP_OPT_TEMP_FILE_ON, PCLZIP_OPT_TEMP_FILE_OFF, PCLZIP_OPT_TEMP_FILE_THRESHOLD - Add a ratio constant PCLZIP_TEMPORARY_FILE_RATIO to configure the auto sense of temporary file use. - Bug correction : Reduce filepath in returned file list to remove ennoying './/' preambule in file path. Version 2.7 : - Improve creation of zip archive for large files : PclZip will now autosense the configured memory and use temporary files when large file is suspected. This feature can also ne triggered by manual options in create() and add() methods. 'PCLZIP_OPT_ADD_TEMP_FILE_ON' force the use of temporary files, 'PCLZIP_OPT_ADD_TEMP_FILE_OFF' disable the autosense technic, 'PCLZIP_OPT_ADD_TEMP_FILE_THRESHOLD' allow for configuration of a size threshold to use temporary files. Using "temporary files" rather than "memory" might take more time, but might give the ability to zip very large files : Tested on my win laptop with a 88Mo file : Zip "in-memory" : 18sec (max_execution_time=30, memory_limit=180Mo) Zip "tmporary-files" : 23sec (max_execution_time=30, memory_limit=30Mo) - Replace use of mktime() by time() to limit the E_STRICT error messages. - Bug correction : When adding files with full windows path (drive letter) PclZip is now working. Before, if the drive letter is not the default path, PclZip was not able to add the file. Version 2.6 : - Code optimisation - New attributes PCLZIP_ATT_FILE_COMMENT gives the ability to add a comment for a specific file. (Don't really know if this is usefull) - New attribute PCLZIP_ATT_FILE_CONTENT gives the ability to add a string as a file. - New attribute PCLZIP_ATT_FILE_MTIME modify the timestamp associated with a file. - Correct a bug. Files archived with a timestamp with 0h0m0s were extracted with current time - Add CRC value in the informations returned back for each file after an action. - Add missing closedir() statement. - When adding a folder, and removing the path of this folder, files were incorrectly added with a '/' at the beginning. Which means files are related to root in unix systems. Corrected. - Add conditional if before constant definition. This will allow users to redefine constants without changing the file, and then improve upgrade of pclzip code for new versions. Version 2.5 : - Introduce the ability to add file/folder with individual properties (file descriptor). This gives for example the ability to change the filename of a zipped file. . Able to add files individually . Able to change full name . Able to change short name . Compatible with global options - New attributes : PCLZIP_ATT_FILE_NAME, PCLZIP_ATT_FILE_NEW_SHORT_NAME, PCLZIP_ATT_FILE_NEW_FULL_NAME - New error code : PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE - Add a security control feature. PclZip can extract any file in any folder of a system. People may use this to upload a zip file and try to override a system file. The PCLZIP_OPT_EXTRACT_DIR_RESTRICTION will give the ability to forgive any directory transversal behavior. - New PCLZIP_OPT_EXTRACT_DIR_RESTRICTION : check extraction path - New error code : PCLZIP_ERR_DIRECTORY_RESTRICTION - Modification in PclZipUtilPathInclusion() : dir and path beginning with ./ will be prepend by current path (getcwd())

    posted 203 days ago

  • File released: /PclZip 2.0/PclZip 2.8/pclzip-2-8.zip

    posted 203 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

PhpZip Application Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review