mirror of
https://github.com/php/php-src.git
synced 2025-01-13 22:44:36 +08:00
8 lines
64 B
PHP
8 lines
64 B
PHP
<?php
|
|
|
|
if (!extension_loaded('fileinfo')) {
|
|
die("skip");
|
|
}
|
|
|
|
?>
|