I'm hitting a build issue, any idea if that c++11
is coming from my system or the package / phps source?
Error: Anmerkung: »std::enable_if_t« ist erst ab C++14 verfügbar
it seems something passes both -std=c++17
and -std=c++11
to libtool or something along those lines
/bin/sh /home/birdspider/.cache/paru/clone/php81/src/build-cli/libtool \
... -std=c++17 \
... -std=c++11 \
-c /home/birdspider/.cache/paru/clone/php81/src/php-8.1.29/ext/intl/intl_convertcpp.cpp
Pinned Comments
el_aur commented on 2022-01-27 12:09 (UTC) (edited on 2022-01-27 15:19 (UTC) by el_aur)
Read Carefully! Breaking changes in compare with native PHP package
Console version
/usr/bin/php81
is installed withphp81-cli
subpackage,php81
doesn't include it anymore!!!PEAR and PECL are available as
php81-pear
andphp81-pecl
subpackagesAll shared modules are respresented as stand-alone subpackages and are not included with
php81
package anymore.No more extensions in php.ini itself!
Separate INI files for each extension are placed in
/etc/php81/conf.d
They are loaded in correct order according to priority