readme_dokeos.txt 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Additional note from the Dokeos company
  2. December, 2008
  3. ------------------------------------------------------
  4. Within Dokeos LMS the PclZip 2.6 library has been integrated for providing
  5. compression and extraction functions for Zip formatted archives.
  6. Also, the file pclzip.lib.php has been upgraded to CVS revision 1.48
  7. (http://phpzip.cvs.sourceforge.net/*checkout*/phpzip/pclzip/pclzip.lib.php?revision=1.48)
  8. in order a known bug to be fixed. See http://www.dokeos.com/forum/viewtopic.php?t=14424 for
  9. detailed information.
  10. The file pclzip.lib_original.php is the original file from the distribution archive
  11. of PclZip 2.6.
  12. Changes
  13. -------
  14. Revision 1.48
  15. Mon Mar 3 21:57:58 2008 UTC (9 months ago) by vblavet (Vincent Blavet)
  16. Branch: MAIN
  17. CVS Tags: HEAD
  18. Changes since 1.47: +35 -21 lines
  19. Bug correction : When adding files with full windows path (drive letter)
  20. PclZip is now working. Before, if the drive letter is not the default
  21. path, PclZip was not able to add the file.
  22. Additional changes: gzopen64() - 20090930
  23. ------------------------------
  24. An additional change has been applied to check on the zlib extension by probing
  25. gzopen64() as well as gzopen() in the PclZip() function. This is due to a
  26. recent change in the Zlib library, whereby the gzopen() function has been
  27. updated and moved to gzopen64().
  28. This problem has been reported to PhpConcept (editors of PclZip).