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.
2 parents 8045817 + f7d58d3 commit 18149c7Copy full SHA for 18149c7
sapi/src/template/make.php
@@ -574,7 +574,7 @@
574
echo $LIBS
575
elif [ "$1" = "sync" ] ;then
576
PHP_CLI=$(which php)
577
- test -f ${__PROJECT_DIR__}/bin/runtime/php && PHP_CLI="${__PROJECT_DIR__}/bin/runtime/php -c ${__PROJECT_DIR__}/bin/runtime/php.ini -d curl.cainfo=${__PROJECT_DIR__}/bin/runtime/cacert.pem -d openssl.cafile=${__PROJECT_DIR__}/bin/runtime/cacert.pem"
+ test -f ${__PROJECT_DIR__}/runtime/php && PHP_CLI="${__PROJECT_DIR__}/runtime/php -d curl.cainfo=${__PROJECT_DIR__}/runtime/cacert.pem -d openssl.cafile=${__PROJECT_DIR__}/runtime/cacert.pem"
578
$PHP_CLI -v
579
$PHP_CLI sync-source-code.php --action run
580
exit 0
0 commit comments