Merge pull request #8133 from thinkerou/update_php_example_route_guide_db_path

PHP: update route_guide_db path in route_guide example
pull/8152/head
Stanley Cheung 8 years ago committed by GitHub
commit fc92a0cc62
  1. 5
      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

Loading…
Cancel
Save