Tests: PHP extension mounts.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
function quote($str) {
|
||||
return '"' . $str . '"';
|
||||
}
|
||||
|
||||
header('Content-Type: application/json');
|
||||
|
||||
print "[" . join(",", array_map('quote', get_loaded_extensions())) . "]";
|
||||
|
||||
?>
|
||||
@@ -0,0 +1 @@
|
||||
extension=json.so
|
||||
Reference in New Issue
Block a user