version 1.1.1.2, 2012/05/29 12:34:39
|
version 1.1.1.3, 2013/07/22 01:31:50
|
Line 2
|
Line 2
|
+----------------------------------------------------------------------+ |
+----------------------------------------------------------------------+ |
| PHP Version 5 | |
| PHP Version 5 | |
+----------------------------------------------------------------------+ |
+----------------------------------------------------------------------+ |
| Copyright (c) 1997-2012 The PHP Group | | | Copyright (c) 1997-2013 The PHP Group | |
+----------------------------------------------------------------------+ |
+----------------------------------------------------------------------+ |
| This source file is subject to version 3.0 of the PHP license, | |
| This source file is subject to version 3.0 of the PHP license, | |
| that is bundled with this package in the file LICENSE, and is | |
| that is bundled with this package in the file LICENSE, and is | |
Line 270 ZEND_GET_MODULE(fileinfo)
|
Line 270 ZEND_GET_MODULE(fileinfo)
|
PHP_MINFO_FUNCTION(fileinfo) |
PHP_MINFO_FUNCTION(fileinfo) |
{ |
{ |
php_info_print_table_start(); |
php_info_print_table_start(); |
php_info_print_table_header(2, "fileinfo support", "enabled"); | php_info_print_table_row(2, "fileinfo support", "enabled"); |
php_info_print_table_row(2, "version", PHP_FILEINFO_VERSION); |
php_info_print_table_row(2, "version", PHP_FILEINFO_VERSION); |
php_info_print_table_end(); |
php_info_print_table_end(); |
} |
} |