summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/1.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/1.sh b/tests/1.sh
deleted file mode 100755
index 3705397..0000000
--- a/tests/1.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-php -d enable_dl=On -d extension_dir=./ext_dir -d extension=extfortest.so -r "var_export(extension_loaded('extention_for_tests'));"
-
-php -i | grep LD
-