mirror of
https://github.com/openwrt/packages.git
synced 2025-12-11 13:11:22 +00:00
This is a major upgrade to latest stable PHP version. - IMAP extension was unbundled from PHP - align patch filenames with latest ones from Debian - removed obsolete patches - adapted/refreshed patches - added patch to remove call to httpd during configure Note: this assumes that 'prefork' mpm is used Upstream changelog for this specific release: https://www.php.net/ChangeLog-8.php#8.4.5 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
12 lines
410 B
Diff
12 lines
410 B
Diff
--- a/sapi/apache2handler/config.m4
|
|
+++ b/sapi/apache2handler/config.m4
|
|
@@ -79,7 +79,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"
|