From 32dde5cc72962123f28d0038e565adb5000bf0e6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 2 Oct 2013 19:38:35 +0200 Subject: [PATCH] php: Actually load new zip module. --- config/php/php.ini | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5