Skip to content

Commit 757c409

Browse files
committed
revert ffi change
1 parent 683ef9c commit 757c409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ffi/ffi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5183,7 +5183,7 @@ static ZEND_INI_DISP(zend_ffi_enable_displayer_cb) /* {{{ */
51835183
/* }}} */
51845184

51855185
ZEND_INI_BEGIN()
5186-
ZEND_INI_ENTRY_EX("ffi.enable", "preload", ZEND_INI_SYSTEM, OnUpdateFFIEnable, zend_ffi_enable_displayer_cb)
5186+
ZEND_INI_ENTRY3_EX("ffi.enable", "preload", ZEND_INI_SYSTEM, OnUpdateFFIEnable, NULL, NULL, NULL, zend_ffi_enable_displayer_cb)
51875187
STD_ZEND_INI_ENTRY("ffi.preload", NULL, ZEND_INI_SYSTEM, OnUpdateString, preload, zend_ffi_globals, ffi_globals)
51885188
ZEND_INI_END()
51895189

0 commit comments

Comments
 (0)