Skip to content

Commit 19534bb

Browse files
committed
Merge branch 'PHP-8.4'
Sync with upstream: ext/gd
2 parents bbbb3a0 + b5939fc commit 19534bb

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

cmake/ext/gd/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ else()
462462
${definition};
463463
464464
/* Override the default gd_error_method with one that actually
465-
causes the program to return an error. */
465+
causes the program to return an error. */
466466
gdSetErrorMethod(exit1);
467467
468468
gdImagePtr p = gdImageCreateFrom${format}(f);

cmake/ext/gd/cmake/config.h.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
/* Define to 1 if gd extension has AVIF support. */
22
#cmakedefine HAVE_GD_AVIF 1
33

4-
/* Define to 1 if gd extension has BMP support (always available and built-in
5-
as of libgd 2.1.0). */
6-
#define HAVE_GD_BMP 1
7-
84
/* Define to 1 if gd extension uses GD library bundled in PHP. */
95
#cmakedefine HAVE_GD_BUNDLED 1
106

0 commit comments

Comments
 (0)