Change PCLZip constructor name to __construct ready for PHP7

This commit is contained in:
MarkBaker 2015-11-27 01:02:37 +00:00
parent ecdb406d4d
commit 65310d164c

View File

@ -212,7 +212,7 @@ class PclZip
// Note that no real action is taken, if the archive does not exist it is not
// created. Use create() for that.
// --------------------------------------------------------------------------------
public function PclZip($p_zipname)
public function __construct($p_zipname)
{
// ----- Tests the zlib