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 d6ad818 commit dac1c40Copy full SHA for dac1c40
bin/compile
@@ -20,6 +20,11 @@ php-build -i development "${VERSION}" "${INSTALL_DEST}/${VERSION}"
20
21
pushd "${INSTALL_DEST}/${VERSION}"
22
23
+
24
+# update default_cert_file
25
+wget -O /usr/local/ssl/cert.pem https://curl.haxx.se/ca/cacert.pem
26
27
28
# don't install pear on master (issue with php 8.0)
29
# this could be a temp issue though
30
if [[ ! $VERSION =~ ^master$ ]]; then
@@ -33,9 +38,6 @@ if [[ ! $VERSION =~ ^master$ ]]; then
33
38
"$INSTALL_DEST/$VERSION/bin/pear" channel-update pear.php.net
34
39
fi
35
40
36
-# update default_cert_file
37
-wget -O /usr/local/ssl/cert.pem https://curl.haxx.se/ca/cacert.pem
-
41
# php-fpm
42
ln -sv $PWD/sbin/php-fpm $PWD/bin/php-fpm
43
0 commit comments