From 81a4edca47362a23ada3bd3ce6b83a06c4b70019 Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 28 Apr 2026 14:56:25 +0200 Subject: [PATCH] mod_php_install.sh: fix compiler error on php 8.1 debian 13. --- mod_php_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_php_install.sh b/mod_php_install.sh index 950e76b..87f90ea 100755 --- a/mod_php_install.sh +++ b/mod_php_install.sh @@ -6417,7 +6417,7 @@ if main_version_eq "7.4" ; then export CXXFLAGS="-O2 -pipe -std=gnu++17" export CFLAGS="-O2 -pipe" fi -if main_version_eq "8.0" ; then +if main_version_eq "8.0" || main_version_eq "8.1" ; then # cp -a build/php_cxx_compile_stdcxx.m4 build/php_cxx_compile_stdcxx.m4.ORIG # #sed -i 's/-std=c++11/-std=gnu++17/g' build/php_cxx_compile_stdcxx.m4