Skip to content

Commit da371a3

Browse files
committed
Merge branch 'experiment-feature' into build_native_php
2 parents 52e3c08 + 18149c7 commit da371a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/src/template/make.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@
657657
echo $LIBS
658658
elif [ "$1" = "sync" ] ;then
659659
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"
660+
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"
661661
$PHP_CLI -v
662662
$PHP_CLI sync-source-code.php --action run
663663
exit 0

0 commit comments

Comments
 (0)