65bab1fd30
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/php#967a6d4c478bb51712c696ebbafcb921e19a84a8
14 lines
475 B
INI
14 lines
475 B
INI
; 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
|