Skip to content

Commit

Permalink
[conf] Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Quan Zhao committed Dec 4, 2020
1 parent 272c3cd commit fee3747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [ -z "$NGX_PHP_INCS" ]; then
fi

if [ -z "$NGX_PHP_LIBS" ]; then
PHP_VERSION="`$PHP_CONFIG` --version"
PHP_VERSION="`$PHP_CONFIG --version`"
if [ ${PHP_VERSION:0:1} -ge "8" ]; then
PHP_MAJOR_VERSION=""
else
Expand Down

0 comments on commit fee3747

Please sign in to comment.