blob: 0a8d0c74923868318403d225be06b5cbf56fbf4b [file] [log] [blame]
#!/bin/bash
set -ex
CONFIG=${CONFIG:-opt}
# change to grpc repo root
cd $(dirname $0)/../..
root=`pwd`
export GRPC_LIB_SUBDIR=libs/$CONFIG
# build php
cd src/php
cd ext/grpc
phpize
./configure --enable-grpc=$root
make