mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
php8: update to 8.1.0
Also update patches and remove obsolete ones. We also need to add one to prevent mod_php to be enabled by apxs in configuration file. While at, remove the VARIANT setting for pecl extensions. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
11
lang/php8/patches/1010-dont-try-to-install-mod_php.patch
Normal file
11
lang/php8/patches/1010-dont-try-to-install-mod_php.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/sapi/apache2handler/config.m4
|
||||
+++ b/sapi/apache2handler/config.m4
|
||||
@@ -74,7 +74,7 @@ if test "$PHP_APXS2" != "no"; then
|
||||
\$(mkinstalldirs) '$APXS_SYSCONFDIR' && \
|
||||
$APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
|
||||
-S SYSCONFDIR='$APXS_SYSCONFDIR' \
|
||||
- -i -a -n php"
|
||||
+ -i -n php"
|
||||
fi
|
||||
|
||||
LIBPHP_CFLAGS="-shared"
|
||||
Reference in New Issue
Block a user