aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/php
diff options
context:
space:
mode:
authorGravatar thinkerou <thinkerou@gmail.com>2016-09-18 15:28:41 +0800
committerGravatar thinkerou <thinkerou@gmail.com>2016-09-18 15:31:34 +0800
commit88671a8ae80c749d04ead83d282fe46e64d2e32d (patch)
tree7c7a077d9bd128fa17c7ed57708f98c7be260b1d /examples/php
parent5098508d2d41a116113f7e333c516cd9ef34a943 (diff)
update route_guide_db path in php example
Diffstat (limited to 'examples/php')
-rwxr-xr-xexamples/php/route_guide/run_route_guide_client.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/php/route_guide/run_route_guide_client.sh b/examples/php/route_guide/run_route_guide_client.sh
index 90ecc6270b..10e6f00238 100755
--- a/examples/php/route_guide/run_route_guide_client.sh
+++ b/examples/php/route_guide/run_route_guide_client.sh
@@ -30,5 +30,6 @@
set -e
cd $(dirname $0)
-php $extension_dir -d extension=grpc.so -d max_execution_time=300 \
- route_guide_client.php ../../node/route_guide/route_guide_db.json
+php -d extension=grpc.so -d max_execution_time=300 \
+ route_guide_client.php \
+ ../../node/static_codegen/route_guide/route_guide_db.json