mirror of
https://github.com/php/php-src.git
synced 2026-04-17 13:01:02 +02:00
5 lines
93 B
PHP
5 lines
93 B
PHP
<?php
|
|
if(!extension_loaded("calendar"))
|
|
print "skip - CALENDAR extension not available";
|
|
?>
|