summaryrefslogtreecommitdiff
path: root/php-mysql
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 /php-mysql
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 'php-mysql')
-rw-r--r--php-mysql/.signature6
-rw-r--r--php-mysql/Pkgfile33
2 files changed, 20 insertions, 19 deletions
diff --git a/php-mysql/.signature b/php-mysql/.signature
index 6d726196f..2d0b97de9 100644
--- a/php-mysql/.signature
+++ b/php-mysql/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/Q5kVEMM2jnAwAdsx+fZ9Nxb/yy+3H+URmFgB1aPMOCsMnQi9U6I6vC8ogP0L5Hs92UO/uK0StSSCpNi32dVHwE=
-SHA256 (Pkgfile) = 22b16b545eae3a9ff6eea4819581c1bf107b59c6a4d3bf4497f80201fbd9afdf
+RWSE3ohX2g5d/Q93RrA9cEtOzQhrpA3xAp08F7Jp4/t8TLH+EO8TkgFom2BD9AfjxLkvHM12kw0RdL5irXWWOi5nyWKQED4iSQc=
+SHA256 (Pkgfile) = fd746c854a53699f5cc57d3d1e87869fbd8720b39599b6ca4e283df92de748c5
SHA256 (.footprint) = 0500f66a60a1c3d5951694c22f29e7e34a6dbc8e5a1487119ff56db1ea7cdda3
-SHA256 (php-7.4.18.tar.xz) = ab97f22b128d21dcbc009b50a37aaea0051b2721cbcd122d9e00e6ffc3c4b7e1
+SHA256 (php-8.0.7.tar.xz) = d5fc2e4fc780a32404d88c360e3e0009bc725d936459668e9c2ac992f2d83654
diff --git a/php-mysql/Pkgfile b/php-mysql/Pkgfile
index a637ba154..ed72672cb 100644
--- a/php-mysql/Pkgfile
+++ b/php-mysql/Pkgfile
@@ -1,27 +1,28 @@
# Description: MySQL module for PHP
-# URL: https://www.php.net
-# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: mysql
+# URL: https://www.php.net
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# Depends on: mysql
name=php-mysql
-version=7.4.18
+version=8.0.7
release=1
source=(https://php.net/distributions/php-$version.tar.xz)
build () {
- cd php-$version
+ cd php-$version
- ./configure --disable-all \
- --enable-pdo=shared \
- --enable-mysqlnd=shared \
- --with-mysqli=shared,mysqlnd \
- --with-pdo-mysql=shared,mysqlnd
-
- make build-modules
+ ./configure \
+ --disable-all \
+ --enable-pdo=shared \
+ --enable-mysqlnd=shared \
+ --with-mysqli=shared,mysqlnd \
+ --with-pdo-mysql=shared,mysqlnd
- install -d $PKG/{etc/php/conf.d,usr/lib/php/extensions}
- install -m 755 modules/*mysql*.so $PKG/usr/lib/php/extensions
+ make build-modules
- printf 'extension=%s\n' {mysqlnd,mysqli,pdo_mysql}.so \
- > $PKG/etc/php/conf.d/mysql.ini
+ install -d $PKG/{etc/php/conf.d,usr/lib/php/extensions}
+ install -m 755 modules/*mysql*.so $PKG/usr/lib/php/extensions
+
+ printf 'extension=%s\n' {mysqlnd,mysqli,pdo_mysql}.so \
+ > $PKG/etc/php/conf.d/mysql.ini
}

Generated by cgit