Commit c329a71037c for php.net
commit c329a71037c194dc0e37d829178486aa81fbf057
Author: Shivam Mathur <shivam_jpr@hotmail.com>
Date: Thu Jul 23 19:32:07 2026 +0530
ext/gd: remove libde265 and x265 checks on Windows (#22869)
diff --git a/ext/gd/config.w32 b/ext/gd/config.w32
index ce1dc111977..a34e9ea8a55 100644
--- a/ext/gd/config.w32
+++ b/ext/gd/config.w32
@@ -66,9 +66,7 @@ if (PHP_GD != "no") {
heif_location = false;
}
if (heif_location && heif_location.match(/heif_a\.lib$/)) {
- if (!(CHECK_LIB("libde265_a.lib", "gd", PHP_GD) &&
- CHECK_LIB("x265_a.lib", "gd", PHP_GD) &&
- CHECK_LIB("aom_a.lib", "gd", PHP_GD) &&
+ if (!(CHECK_LIB("aom_a.lib", "gd", PHP_GD) &&
CHECK_LIB("dav1d_a.lib", "gd", PHP_GD))) {
WARNING("static libheif not enabled; codec libraries not found");
heif_location = false;