#!/bin/sh PHP_PREFIX="${PHP_PREFIX:-/usr/local}" cd "$(dirname "$0")" && \ "$PHP_PREFIX/bin/phpize" && \ ./configure --with-php-config="$PHP_PREFIX/bin/php-config" --enable-mini-xdebug && \ make