From fea8c5481bfae651167d90393ddae89e591b0d55 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 23 Oct 2019 17:18:11 +0300 Subject: Added suppot for glob() wildcard matching in ffi.preload directive --- php.ini-production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php.ini-production') diff --git a/php.ini-production b/php.ini-production index 867de11c60..b7f2536fd9 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1948,5 +1948,5 @@ ldap.max_links = -1 ; "true" - always enabled ;ffi.enable=preload -; List of headers files to preload +; List of headers files to preload, wilcards allowed. ;ffi.preload= -- cgit v1.2.1