From 89200e1c9df54bd90a240a61849842e7584304e4 Mon Sep 17 00:00:00 2001 From: Bryan Duxbury Date: Wed, 25 Aug 2010 17:09:02 +0000 Subject: THRIFT-854. php: Provide configure option and make rules to build/install php extension This patch adds a make target in lib/php that builds the php extension. By default configure will attempt to build this, but it can be disabled with --without-php_extension. Patch: Anthony Molinaro git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@989226 13f79535-47bb-0310-9956-ffa450edef68 --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 74ecdb8d1..52d5a5173 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -20,6 +20,7 @@ # ./cleanup.sh +(cd lib/php/src/ext/thrift_protocol && phpize) autoscan || exit 1 aclocal -I ./aclocal || exit 1 -- cgit v1.2.1