]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
php: Actually load new zip module.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 2 Oct 2013 17:38:35 +0000 (19:38 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 2 Oct 2013 17:38:35 +0000 (19:38 +0200)
config/php/php.ini

index 6e820949663007bb3be7f4e8a413693b461d0925..8bfa2c5881160872c71df1ade79a370db008a1e7 100644 (file)
@@ -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.