From: Michael Tremer Date: Wed, 2 Oct 2013 17:38:35 +0000 (+0200) Subject: php: Actually load new zip module. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32dde5cc72962123f28d0038e565adb5000bf0e6;p=people%2Fms%2Fipfire-2.x.git php: Actually load new zip module. --- diff --git a/config/php/php.ini b/config/php/php.ini index 6e82094966..8bfa2c5881 100644 --- a/config/php/php.ini +++ b/config/php/php.ini @@ -646,6 +646,7 @@ default_socket_timeout = 60 ; extension_dir directive above. extension=idn.so +extension=zip.so ; Windows Extensions ; Note that ODBC support is built in, so no dll is needed for it.