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 52e3c08 + 18149c7 commit da371a3Copy full SHA for da371a3
sapi/src/template/make.php
@@ -657,7 +657,7 @@
657
echo $LIBS
658
elif [ "$1" = "sync" ] ;then
659
PHP_CLI=$(which php)
660
- 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"
661
$PHP_CLI -v
662
$PHP_CLI sync-source-code.php --action run
663
exit 0
0 commit comments