Merge branch 'zipFile_corruption' into 'master'
Zip file corruption. As call time pass by reference is deprecated [Ref](https://www.php.net/manual/en/language.references.pass.php), we need to completely remove reference to this. Package import and export is one of the place using dZip and dUnzip library, Which has call time pass by reference, has been cleaned up. See merge request !546
Loading
Please register or sign in to comment