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 ab8ec7a commit d020d81Copy full SHA for d020d81
bin/compile
@@ -29,6 +29,8 @@ if [[ ! $VERSION =~ ^master$ ]]; then
29
rm go-pear.phar
30
"$INSTALL_DEST/$VERSION/bin/pear" config-set php_ini "$INSTALL_DEST/$VERSION/etc/php.ini" system
31
"$INSTALL_DEST/$VERSION/bin/pear" config-set auto_discover 1
32
+
33
+ "$INSTALL_DEST/$VERSION/bin/pear" channel-update pear.php.net
34
fi
35
36
# php-fpm
bin/compile-extension-apcu
@@ -11,6 +11,8 @@ else
11
apcu=apcu
12
13
14
+pecl channel-update pecl.php.net
15
16
echo | pecl_install $apcu
17
18
travis_time_finish
0 commit comments