summaryrefslogtreecommitdiff
path: root/dev-lang/php/files
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2024-08-16 17:32:51 -0400
committerMichael Orlitzky <mjo@gentoo.org>2024-08-16 17:34:57 -0400
commit09a4b7ed4f24d04730e19ae146317c2032c81eac (patch)
tree536e354549faf2b58ed102afe7c33c91452191ec /dev-lang/php/files
parent145608b19a54b94a9528c88b7db9fa7380a81058 (diff)
downloadgentoo-09a4b7ed4f24d04730e19ae146317c2032c81eac.tar.gz
gentoo-09a4b7ed4f24d04730e19ae146317c2032c81eac.tar.bz2
gentoo-09a4b7ed4f24d04730e19ae146317c2032c81eac.zip
dev-lang/php: add 8.2.22, upgrade 8.3.9 -> 8.3.10
Sorry for the big test patch (again). It's been upstream for a long time but keeps getting overlooked when cutting the releases. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-lang/php/files')
-rw-r--r--dev-lang/php/files/php-8.3.10-optional-png-testfixen.patch (renamed from dev-lang/php/files/php-8.3.9-optional-png-testfixen.patch)28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-lang/php/files/php-8.3.9-optional-png-testfixen.patch b/dev-lang/php/files/php-8.3.10-optional-png-testfixen.patch
index 04b55b3b6b81..def26884ef2f 100644
--- a/dev-lang/php/files/php-8.3.9-optional-png-testfixen.patch
+++ b/dev-lang/php/files/php-8.3.10-optional-png-testfixen.patch
@@ -1247,31 +1247,3 @@ index 29cc89c1c56eb..a7be335ca92a6 100644
--FILE--
<?php
-From fa043f4716dcbd21630e16584e2d8d6baf17c77d Mon Sep 17 00:00:00 2001
-From: Michael Orlitzky <michael@orlitzky.com>
-Date: Wed, 10 Jul 2024 08:20:31 -0400
-Subject: [PATCH 1/1] ext/gd/tests/gh10614.phpt: skip if no PNG support
-
-This test uses imagecreatefrompng(), which won't be there if libgd was
-built without PNG support.
----
- ext/gd/tests/gh10614.phpt | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/ext/gd/tests/gh10614.phpt b/ext/gd/tests/gh10614.phpt
-index c068914183..1b91115d74 100644
---- a/ext/gd/tests/gh10614.phpt
-+++ b/ext/gd/tests/gh10614.phpt
-@@ -5,6 +5,9 @@
- --SKIPIF--
- <?php
- if (!GD_BUNDLED && version_compare(GD_VERSION, '2.3.4', '>=')) die("skip test requires GD 2.3.4 or older");
-+if (!(imagetypes() & IMG_PNG)) {
-+ die("skip No PNG support");
-+}
- ?>
- --FILE--
- <?php
---
-2.44.2
-