Skip to content

Releases: vipsoft/Unzip

1.3

21 Jan 18:30
Compare
Choose a tag to compare
  • Changed the visibility of isValidPath() . Also, added a phpdoc to warn about subclassing and overriding this method. To re-iterate, the .zip file is untrusted input. We check for absolute path (i.e., leading slash), possible directory traversal attack (i.e., '..'), and use of PHP wrappers (i.e., ':').
  • Added an optional $continueOnError parameter to the extract() method. For backward compatibility, it defaults to false.

1.2.1: Merge pull request #6 from defaye/patch-1

16 Feb 04:30
Compare
Choose a tag to compare
member function close() on a non-object. (typo)

1.2

14 Feb 14:36
Compare
Choose a tag to compare
1.2
Phpcs