summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-03-19 17:27:45 +0600
committervalmat <ufabiz@gmail.com>2014-03-19 17:27:45 +0600
commitaf8c43374bda341b07d941ed395a600913e9d6ba (patch)
treef279e8637a743154263fda01a12461e5730cc38c /tests
parentcfc04aa191dd23b3e61ba4d714a194a3a4dd08f3 (diff)
removed: tests/1.sh
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
-