We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e7460d + d6ccaef commit d7ed929Copy full SHA for d7ed929
ext/fileinfo/fileinfo.c
@@ -278,7 +278,6 @@ PHP_MINFO_FUNCTION(fileinfo)
278
279
php_info_print_table_start();
280
php_info_print_table_row(2, "fileinfo support", "enabled");
281
- php_info_print_table_row(2, "version", PHP_FILEINFO_VERSION);
282
php_info_print_table_row(2, "libmagic", magic_ver);
283
php_info_print_table_end();
284
}
ext/fileinfo/php_fileinfo.h
@@ -24,7 +24,7 @@
24
extern zend_module_entry fileinfo_module_entry;
25
#define phpext_fileinfo_ptr &fileinfo_module_entry
26
27
-#define PHP_FILEINFO_VERSION "1.0.5"
+#define PHP_FILEINFO_VERSION PHP_VERSION
28
29
#ifdef PHP_WIN32
30
#define PHP_FILEINFO_API __declspec(dllexport)
0 commit comments