Skip to content

Commit a3e3fa7

Browse files
petkdstogov
authored andcommitted
Fix typo
1 parent e765e9a commit a3e3fa7

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
@@ -4774,7 +4774,7 @@ zend_module_entry ffi_module_entry = {
47744774
NULL, /* ZEND_RINIT - Request initialization */
47754775
ZEND_RSHUTDOWN(ffi), /* ZEND_RSHUTDOWN - Request shutdown */
47764776
ZEND_MINFO(ffi), /* ZEND_MINFO - Module info */
4777-
PHP_FFI_VERSION, /* Version */
4777+
PHP_VERSION, /* Version */
47784778
ZEND_MODULE_GLOBALS(ffi),
47794779
ZEND_GINIT(ffi),
47804780
ZEND_GSHUTDOWN(ffi),

0 commit comments

Comments
 (0)