1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00

add reason

This commit is contained in:
Marcus Boerger
2002-10-29 12:18:23 +00:00
parent d0c535d0a6
commit 2ab1bd044f

View File

@@ -1,5 +1,5 @@
<?php
if(!extension_loaded("xslt")) {
die("skip\n");
die("skip xslt extension not available");
}
?>