Fixed syntax (assigning references) used in dZip and dUnzip for PHP 7 compat.
-
mentioned in issue #197 (closed)
-
mentioned in issue #254 (closed)
-
@prasad For ages now I have never been able read a zip file created by a Vtiger_PackageExport object.
A quick google search suggested this problem appeared after a change to these library files after 6.4.0. I just rolled back the 4 changes in dZip.in.php as above (added back the & to pass by reference) and the zip package is now created correctly and I can open it. This is on a Ubuntu 18.04 server with php-7.2.
-
@lord_alan We have addressed this issue here (546)[!546 (merged)].
Where Deperacted calls to pass by reference has been avoided.
Please update us with your observations.
-
@uma.s Thanks - that seems to work.