From 2bf38aff79a649175bc4f7448df5350771a49f73 Mon Sep 17 00:00:00 2001 From: Adrian Verde Date: Wed, 11 Dec 2019 21:51:05 +0100 Subject: [PATCH] Typo fix in php.ini-production Possibe -> Possible --- php.ini-production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.ini-production b/php.ini-production index beea6b2650..e942a71191 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1942,7 +1942,7 @@ ldap.max_links = -1 ;openssl.capath= [ffi] -; FFI API restriction. Possibe values: +; FFI API restriction. Possible values: ; "preload" - enabled in CLI scripts and preloaded files (default) ; "false" - always disabled ; "true" - always enabled -- 2.40.0