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 d020d81 commit d6ad818Copy full SHA for d6ad818
bin/compile
@@ -33,6 +33,9 @@ if [[ ! $VERSION =~ ^master$ ]]; then
33
"$INSTALL_DEST/$VERSION/bin/pear" channel-update pear.php.net
34
fi
35
36
+# update default_cert_file
37
+wget -O /usr/local/ssl/cert.pem https://curl.haxx.se/ca/cacert.pem
38
+
39
# php-fpm
40
ln -sv $PWD/sbin/php-fpm $PWD/bin/php-fpm
41
0 commit comments