From 97cf705850a3c66fb75dfa38587c18f37a5977b0 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sun, 6 Dec 2020 01:17:42 +0100 Subject: [PATCH 1/1] - don't delete curl section --- php-ini.patch | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/php-ini.patch b/php-ini.patch index 00b1381..37b83dd 100644 --- a/php-ini.patch +++ b/php-ini.patch @@ -180,7 +180,7 @@ ; (time to live) Sets the number of second while cached file will be used ; instead of original one. -@@ -1769,160 +1722,6 @@ +@@ -1769,155 +1722,6 @@ [dba] ;dba.default_handler= @@ -333,11 +333,6 @@ -; Absolute path used to store shared lockfiles (for *nix only). -;opcache.lockfile_path=/tmp - --[curl] --; A default value for the CURLOPT_CAINFO option. This is required to be an --; absolute path. --;curl.cainfo = -- - [openssl] - ; The location of a Certificate Authority (CA) file on the local filesystem - ; to use when verifying the identity of SSL/TLS peers. Most users should + [curl] + ; A default value for the CURLOPT_CAINFO option. This is required to be an + ; absolute path. -- 2.45.2