summaryrefslogtreecommitdiff
path: root/tests/1.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/1.sh')
-rwxr-xr-xtests/1.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/1.sh b/tests/1.sh
new file mode 100755
index 0000000..3705397
--- /dev/null
+++ b/tests/1.sh
@@ -0,0 +1,5 @@
+#!/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
+