summaryrefslogtreecommitdiff
path: root/mod_php
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-06-05 17:02:30 +0200
committerJuergen Daubert <jue@jue.li>2021-06-05 17:02:30 +0200
commite67dc4ac370b9f8cc63c8f7c060d81d0ff478719 (patch)
tree20d0db79f05f9595b17b8eb2ea24e5a32ed7c317 /mod_php
parent75cc271693544a437acb00542ad4a89d5c57bf06 (diff)
downloadopt-e67dc4ac370b9f8cc63c8f7c060d81d0ff478719.tar.gz
opt-e67dc4ac370b9f8cc63c8f7c060d81d0ff478719.tar.xz
[notify] php: update to 8.0.7
new major version, several applications needs probably some adjustments. See https://www.php.net/releases/8.0/en.php
Diffstat (limited to 'mod_php')
-rw-r--r--mod_php/.footprint2
-rw-r--r--mod_php/.signature8
-rw-r--r--mod_php/Pkgfile54
3 files changed, 32 insertions, 32 deletions
diff --git a/mod_php/.footprint b/mod_php/.footprint
index 7b10debc3..1a5e16e4c 100644
--- a/mod_php/.footprint
+++ b/mod_php/.footprint
@@ -1,4 +1,4 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/apache/
--rwxr-xr-x root/root usr/lib/apache/libphp7.so
+-rwxr-xr-x root/root usr/lib/apache/libphp.so
diff --git a/mod_php/.signature b/mod_php/.signature
index 858bf073d..1991e4501 100644
--- a/mod_php/.signature
+++ b/mod_php/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/RFdtEpx9LrmOO27fEIKV8r2F5C6p/0A+QmCB7HyJdvKgCnYcmp6axMyAfsWkSFMRtXY7lJ+Am6XCfrffO6pNQM=
-SHA256 (Pkgfile) = cc590371c81b9067a599638c8886361f41766c4e22581c8a429713fb071958e3
-SHA256 (.footprint) = 431a1cd161b066612e0916398d648fbdb211d5fd502017fda989467c8a81f861
-SHA256 (php-7.4.18.tar.xz) = ab97f22b128d21dcbc009b50a37aaea0051b2721cbcd122d9e00e6ffc3c4b7e1
+RWSE3ohX2g5d/bd9HsgoLgljJ1HesI3Quxu5mKsbJzrx+qev8RbhW7o1X9EUCmpELiv7IsdkojSWhoWft3y1otL7UJS+oS69wgY=
+SHA256 (Pkgfile) = 8809972b6d22558ff589b82d22a11047b337f7f1dff2b9eb45d95465eaafbd6d
+SHA256 (.footprint) = 7fa4482315662d626464b194385ae557ec401ff110bea6d24f6f48efc315ceba
+SHA256 (php-8.0.7.tar.xz) = d5fc2e4fc780a32404d88c360e3e0009bc725d936459668e9c2ac992f2d83654
diff --git a/mod_php/Pkgfile b/mod_php/Pkgfile
index 767239e89..8fc7d5777 100644
--- a/mod_php/Pkgfile
+++ b/mod_php/Pkgfile
@@ -1,39 +1,39 @@
# Description: PHP DSO module for apache
-# URL: https://www.php.net
-# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: apache libpcre2
+# URL: https://www.php.net
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# Depends on: apache libpcre2
name=mod_php
-version=7.4.18
+version=8.0.7
release=1
source=(https://php.net/distributions/php-$version.tar.xz)
-build () {
- cd php-$version
+build() {
+ cd php-$version
- # to be compatible with our other php ports, don't build
- # for a threaded MPM (ZTS). Use only the prefork MPM!
- sed -i '/APACHE_THREADED_MPM=/d' configure
+ # to be compatible with our other php ports, don't build
+ # for a threaded MPM (ZTS). Use only the prefork MPM!
+ sed -i '/APACHE_THREADED_MPM=/d' configure
- local APXS
- APXS=$(which apxs) || APXS='/usr/bin/apxs'
+ local APXS
+ APXS=$(which apxs) || APXS='/usr/bin/apxs'
- local PHP_CONFIG="
- --prefix=/usr \
- --with-config-file-path=/etc/php \
- --with-config-file-scan-dir=/etc/php/conf.d \
- --with-zlib \
- --with-external-pcre \
- --disable-static --disable-debug \
- --without-sqlite3 --without-pdo-sqlite \
- --without-pear"
+ local PHP_CONFIG="
+ --prefix=/usr \
+ --with-config-file-path=/etc/php \
+ --with-config-file-scan-dir=/etc/php/conf.d \
+ --with-zlib \
+ --with-external-pcre \
+ --disable-static --disable-debug \
+ --without-sqlite3 --without-pdo-sqlite \
+ --without-pear"
- EXTENSION_DIR=/usr/lib/php/extensions \
- ./configure \
- $PHP_CONFIG \
- --with-apxs2=$APXS \
- --disable-cli
+ EXTENSION_DIR=/usr/lib/php/extensions \
+ ./configure \
+ $PHP_CONFIG \
+ --with-apxs2=$APXS \
+ --disable-cli
- make
- install -D -m 755 libs/libphp7.so $PKG/usr/lib/apache/libphp7.so
+ make
+ install -D -m 755 libs/libphp.so $PKG/usr/lib/apache/libphp.so
}

Generated by cgit