php: bump to version 8.4.14, build with postgresql 16

This commit is contained in:
Joachim Mairböck
2025-11-08 15:22:31 +01:00
parent 9f24e24500
commit d3386536cc
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
job x-vnd.@APP@ {
launch @BIN@ -y /system/settings/php7/php-fpm.conf
launch @BIN@ -y /system/settings/php@VERSION@/php-fpm.conf
no_safemode
legacy
on initial_volumes_mounted

View File

@@ -4,11 +4,11 @@ suited to web development.
Fast, flexible and pragmatic, PHP powers everything from your blog to the most \
popular websites in the world."
HOMEPAGE="https://php.net/"
COPYRIGHT="2001-2022 PHP Group"
COPYRIGHT="2001-2024 PHP Group"
LICENSE="PHP License v3.01"
REVISION="3"
REVISION="1"
SOURCE_URI="https://php.net/get/php-$portVersion.tar.bz2/from/this/mirror"
CHECKSUM_SHA256="192a325fd3ca09b6c528dd6014ee07d803c3162514d4bb0d3e0981d00ac700ec"
CHECKSUM_SHA256="f2139ce4cb7a6c5643ee98caa34e5c32ba841c2ba293e34a3d0357faa84bb3e7"
SOURCE_FILENAME="php-$portVersion.tar.bz2"
SOURCE_DIR="php-$portVersion"
PATCHES="php8-$portVersion.patchset"
@@ -83,7 +83,7 @@ BUILD_REQUIRES="
devel:libonig$secondaryArchSuffix
devel:libpcre2_8$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libpq$secondaryArchSuffix
devel:libpq$secondaryArchSuffix >= 16
devel:libsqlite3$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libwebp$secondaryArchSuffix
@@ -151,8 +151,8 @@ INSTALL()
mkdir -p $dataDir/user_launch
sed \
-e "s|@APP@|php-fpm|" \
-e "s|@BIN@|"$binDir"/php-fpm|" \
-e "s|php7|php8|" \
-e "s|@BIN@|$commandBinDir/php-fpm|" \
-e "s|@VERSION@|8|" \
$portDir/additional-files/userlaunch.in > $dataDir/user_launch/php-fpm
}