summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-05-20 11:18:03 +0300
committerRemi Collet <remi@remirepo.net>2020-05-20 11:18:03 +0300
commit140b81208e83569913aa81f964eb64e15940d897 (patch)
tree5dee4b28e84e210958c963f6d3dfbcdd4c330ba3 /auto
parentd0de6df83987a7e8e25fab9ba5f274b993c7f094 (diff)
downloadunit-140b81208e83569913aa81f964eb64e15940d897.tar.gz
unit-140b81208e83569913aa81f964eb64e15940d897.tar.bz2
PHP: building with PHP 8 (development version).
Diffstat (limited to 'auto')
-rw-r--r--auto/modules/php6
1 files changed, 5 insertions, 1 deletions
diff --git a/auto/modules/php b/auto/modules/php
index e2e5498a..2cec2f44 100644
--- a/auto/modules/php
+++ b/auto/modules/php
@@ -100,7 +100,11 @@ if /bin/sh -c "${NXT_PHP_CONFIG} --version" >> $NXT_AUTOCONF_ERR 2>&1; then
`${NXT_PHP_CONFIG} --libs`"
else
- NXT_PHP_LIB="-lphp${NXT_PHP_VERSION%%.*}"
+ if [ $NXT_PHP_MAJOR_VERSION -ge 8 ]; then
+ NXT_PHP_LIB="-lphp"
+ else
+ NXT_PHP_LIB="-lphp${NXT_PHP_VERSION%%.*}"
+ fi
if [ "$NXT_PHP_LIB_PATH" != "" ]; then
# "php-config --ldflags" does not contain path to libphp, but