mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Merge pull request #13 from ikilobyte/master
add --with-config-file-path=/etc
This commit is contained in:
commit
7f860e46f3
@ -30,6 +30,7 @@ function php_compile_args() {
|
|||||||
_php_arg="$_php_arg --with-pear=no"
|
_php_arg="$_php_arg --with-pear=no"
|
||||||
_php_arg="$_php_arg --disable-cgi"
|
_php_arg="$_php_arg --disable-cgi"
|
||||||
_php_arg="$_php_arg --disable-phpdbg"
|
_php_arg="$_php_arg --disable-phpdbg"
|
||||||
|
_php_arg="$_php_arg --with-config-file-path=/etc"
|
||||||
_php_arg="$_php_arg $($self_dir/check-extensions.sh check_in_configure $1)"
|
_php_arg="$_php_arg $($self_dir/check-extensions.sh check_in_configure $1)"
|
||||||
echo $_php_arg
|
echo $_php_arg
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user