Pierre Schmitz pushed to branch main at Arch Linux / Packaging / Packages /
php-igbinary
Commits:
ac8fca95 by Pierre Schmitz at 2025-01-09T19:30:17+01:00
upgpkg: 3.2.16-2: PHP 8.4 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = php-igbinary
pkgdesc = A drop in replacement for the standard php serializer
pkgver = 3.2.16
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/igbinary/igbinary
arch = x86_64
license = BSD-3-Clause
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@ _name=igbinary
pkgbase=php-igbinary
pkgname=(php-igbinary php-legacy-igbinary)
pkgver=3.2.16
-pkgrel=1
+pkgrel=2
pkgdesc="A drop in replacement for the standard php serializer"
arch=(x86_64)
url="https://github.com/igbinary/igbinary"
@@ -23,6 +23,8 @@ prepare() {
cp -av $pkgbase-$pkgver ${pkgname[1]}-$pkgver
(
cd $pkgbase-$pkgver
+ # remove deprecated error level
+ sed 's/E_ALL|E_STRICT/E_ALL/g' -i tests/igbinary_009b_php8.phpt
phpize
)
(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/php-igbinary/-/commit/ac8fca9587a419c9611c44450d0468e9ee76585d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/php-igbinary/-/commit/ac8fca9587a419c9611c44450d0468e9ee76585d
You're receiving this email because of your account on gitlab.archlinux.org.