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 --- 0002-fix-error-message-with-php-7-Wformat-warnings-raised.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '0002-fix-error-message-with-php-7-Wformat-warnings-raised.patch') diff --git a/0002-fix-error-message-with-php-7-Wformat-warnings-raised.patch b/0002-fix-error-message-with-php-7-Wformat-warnings-raised.patch index 78509b7..cf0c83b 100644 --- a/0002-fix-error-message-with-php-7-Wformat-warnings-raised.patch +++ b/0002-fix-error-message-with-php-7-Wformat-warnings-raised.patch @@ -1,7 +1,7 @@ From f881f614f11472090394538d4424f408cb61d581 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Jun 2018 11:44:27 +0200 -Subject: [PATCH 2/2] fix error message with php 7+ (-Wformat warnings raised +Subject: [PATCH 2/6] fix error message with php 7+ (-Wformat warnings raised by 7.3) --- @@ -33,5 +33,5 @@ index 2c81428..fc679e8 100755 return proxy->relay; } -- -2.14.4 +2.37.2 -- cgit