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:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
if(!extension_loaded("xslt")) {
|
||||
die("skip\n");
|
||||
die("skip xslt extension not available");
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user