You are here:  » Add support for PHP internal unzip and gzip functions


Add support for PHP internal unzip and gzip functions

Submitted by support on Wed, 2014-03-26 12:41 in

Hi everyone,

I have just posted an upgrade to includes/automation.php (download here) which adds support for the use of PHP's internal unzip and gzip functions for extracting compressed feeds downloaded by Automation Tool jobs. To use the internal handlers if the external programs are not available (as shown on the Support Info page of your /admin/ area), edit config.advanced.php modifying lines 46-47 as follows:

  $config_automationUnzipPrograms["unzip"] = "@INTERNAL";
  $config_automationUnzipPrograms["gzip"] = "@INTERNAL";

Cheers,
David
--
PriceTapestry.com