summaryrefslogtreecommitdiff
path: root/tests/php/php_alias.sh
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-03-28 20:18:15 +0600
committervalmat <ufabiz@gmail.com>2014-03-28 20:18:15 +0600
commit168eeabc6e52165a71a3130c5e0f26a7fd9382c9 (patch)
treebd1d5e47bb66310674048a31735f8e1b07510fc4 /tests/php/php_alias.sh
parent708a22fae15b13db871ca5ffc73004c70f0584fe (diff)
add new tests: Test call function
Diffstat (limited to 'tests/php/php_alias.sh')
-rwxr-xr-xtests/php/php_alias.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/php/php_alias.sh b/tests/php/php_alias.sh
index 34c2918..f4c7f8f 100755
--- a/tests/php/php_alias.sh
+++ b/tests/php/php_alias.sh
@@ -16,4 +16,4 @@ fi
LD_LIBRARY_PATH="$(cd $PWD/../.. && echo $PWD):${LD_LIBRARY_PATH}"
export LD_LIBRARY_PATH
-/usr/bin/php -d enable_dl=On -d extension_dir=../ext_dir -d extension=extfortest.so $1
+/usr/bin/php -d extension_dir=../ext_dir -d extension=extfortest.so $1