We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0795d06 commit 01a429fCopy full SHA for 01a429f
.evergreen/install-dependencies.sh
@@ -4,6 +4,10 @@ set -o errexit # Exit the script with error if any of the commands fail
4
5
install_extension ()
6
{
7
+ # Workaround to get PECL running on PHP 7.0
8
+ export PHP_PEAR_PHP_BIN=${PHP_PATH}/bin/php
9
+ export PHP_PEAR_INSTALL_DIR=${PHP_PATH}/lib/php
10
+
11
rm -f ${PHP_PATH}/lib/php.ini
12
13
if [ "x${DRIVER_BRANCH}" != "x" ] || [ "x${DRIVER_REPO}" != "x" ]; then
0 commit comments