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 5389520 commit 95a0429Copy full SHA for 95a0429
sapi/quickstart/linux/run-swoole-cli-builder-container.sh
@@ -33,15 +33,15 @@ while [ $# -gt 0 ]; do
33
shift $(($# > 0 ? 1 : 0))
34
done
35
36
-if [ ! -f ${__PROJECT__}/runtime/php ]; then
+if [ ! -f ${__PROJECT__}/runtime/php/php ]; then
37
{
38
bash setup-php-runtime.sh $OPTIONS
39
} || {
40
echo $?
41
}
42
fi
43
-export PATH=${__PROJECT__}/runtime:$PATH
44
-alias php="php -d curl.cainfo=${__PROJECT__}/runtime/cacert.pem -d openssl.cafile=${__PROJECT__}/runtime/cacert.pem "
+export PATH=${__PROJECT__}/runtime/php/:$PATH
+alias php="php -d curl.cainfo=${__PROJECT__}/runtime/php/cacert.pem -d openssl.cafile=${__PROJECT__}/runtime/php/cacert.pem "
45
46
export COMPOSER_ALLOW_SUPERUSER=1
47
0 commit comments