mirror of
https://github.com/php/php-src.git
synced 2025-01-26 21:54:16 +08:00
5 lines
96 B
PHP
5 lines
96 B
PHP
<?php
|
|
if(!extension_loaded("calendar"))
|
|
print "skip - CALENDAR extension not available";
|
|
?>
|