diff options
author | CoprDistGit <infra@openeuler.org> | 2024-01-26 02:58:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-01-26 02:58:17 +0000 |
commit | bc521bcf1699c670b8c525210a3ae4293553c793 (patch) | |
tree | 8676f451c5e016fc128ff2c447e85e8390870081 /20-ffi.ini | |
parent | 928e25b1ae82c0a2ce59d965551a5236bb5754b4 (diff) |
automatic import of php-8.2openeuler22.03_LTS
Diffstat (limited to '20-ffi.ini')
-rw-r--r-- | 20-ffi.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/20-ffi.ini b/20-ffi.ini new file mode 100644 index 0000000..0bce40d --- /dev/null +++ b/20-ffi.ini @@ -0,0 +1,13 @@ +; Enable ffi extension module +extension=ffi + +; FFI API restriction. Possibe values: +; "preload" - enabled in CLI scripts and preloaded files (default) +; "false" - always disabled +; "true" - always enabled +;ffi.enable=preload + +; List of headers files to preload, wildcard patterns allowed. +; /usr/share/php/preload used by for RPM packages +; /usr/local/share/php/preload may be used for local files +ffi.preload=/usr/share/php/preload/*.h:/usr/local/share/php/preload/*.h |