From 744e2f434ee64261983a26d8b9cd99ee305c39e3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Oct 2022 09:22:59 +0200 Subject: add patch for PHP 8.2 from https://git.osgeo.org/gitea/geos/php-geos/issues/27 --- 0003-add-all-arginfo-and-fix-build-with-PHP-8.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '0003-add-all-arginfo-and-fix-build-with-PHP-8.patch') diff --git a/0003-add-all-arginfo-and-fix-build-with-PHP-8.patch b/0003-add-all-arginfo-and-fix-build-with-PHP-8.patch index 8d498f9..1b2a1f5 100644 --- a/0003-add-all-arginfo-and-fix-build-with-PHP-8.patch +++ b/0003-add-all-arginfo-and-fix-build-with-PHP-8.patch @@ -1,7 +1,7 @@ From bfef69aca744295719dc8f859005ff83e17ac48c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Aug 2020 15:21:36 +0200 -Subject: [PATCH] add all arginfo and fix build with PHP 8 +Subject: [PATCH 3/6] add all arginfo and fix build with PHP 8 --- arginfo.h | 319 +++++++++++++++++++++++++++++++++++++++ @@ -743,5 +743,5 @@ index 3a72e2d..3c13644 100644 } -- -2.25.4 +2.37.2 -- cgit