From ce6277986c5ef10723759435e7a80c2547722752 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 5 Aug 2022 16:17:30 +0200 Subject: [PATCH] [ci skip] Add extension=zip to the php.ini templates The zip extension is now built as shared library by default, so users want to load it via php.ini. --- php.ini-development | 1 + php.ini-production | 1 + 2 files changed, 2 insertions(+) diff --git a/php.ini-development b/php.ini-development index 768b22a933d..931b4324f7d 100644 --- a/php.ini-development +++ b/php.ini-development @@ -949,6 +949,7 @@ default_socket_timeout = 60 ;extension=sqlite3 ;extension=tidy ;extension=xsl +;extension=zip ;zend_extension=opcache diff --git a/php.ini-production b/php.ini-production index 89a198db395..1b3cfb8c153 100644 --- a/php.ini-production +++ b/php.ini-production @@ -951,6 +951,7 @@ default_socket_timeout = 60 ;extension=sqlite3 ;extension=tidy ;extension=xsl +;extension=zip ;zend_extension=opcache