mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
8 lines
64 B
PHP
8 lines
64 B
PHP
<?php
|
|
|
|
if (!extension_loaded('fileinfo')) {
|
|
die("skip");
|
|
}
|
|
|
|
?>
|