aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/php
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanley.cheung@gmail.com>2016-09-01 09:05:23 -0700
committerGravatar GitHub <noreply@github.com>2016-09-01 09:05:23 -0700
commit463ff57440f4b7b983579008955a6f50d3605fc1 (patch)
tree608f91fbf890b45b34654ff2ddd5b82b336ba54e /examples/php
parentfca79d78e4f4f9e82aae29cc38a5d5307933dad5 (diff)
parented7ee3df9ae5389b3982d37862db62d52208812b (diff)
Merge pull request #7854 from pythias/patch-2
Remove undefined env
Diffstat (limited to 'examples/php')
-rwxr-xr-xexamples/php/run_greeter_client.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/php/run_greeter_client.sh b/examples/php/run_greeter_client.sh
index 1a6e9ee101..4d0be4f24f 100755
--- a/examples/php/run_greeter_client.sh
+++ b/examples/php/run_greeter_client.sh
@@ -30,5 +30,5 @@
set -e
cd $(dirname $0)
-php $extension_dir -d extension=grpc.so -d max_execution_time=300 \
+php -d extension=grpc.so -d max_execution_time=300 \
greeter_client.php $1