Skip to content

ext/gd: Make BMP always available #19115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 13, 2025
Merged

ext/gd: Make BMP always available #19115

merged 1 commit into from
Jul 13, 2025

Conversation

petk
Copy link
Member

@petk petk commented Jul 13, 2025

  • When building with bundled libgd, it has support for BMP
  • When building with external libgd, at least 2.1.0 is required, which has BMP support.
  • The HAVE_GD_PNG moved to PHP_GD_PNG Autoconf macro as it is always
    required when building with bundled libgd.

- When building with bundled libgd, it has support for BMP
- When building with external libgd, at least 2.1.0 is required, which
  has BMP support.
- The HAVE_GD_PNG moved to PHP_GD_PNG Autoconf macro as it is always
  required when building with bundled libgd.
@petk petk force-pushed the patch-ext-gd-bmp branch from a9feb6c to 6049e62 Compare July 13, 2025 10:33
@petk petk merged commit d40b603 into php:master Jul 13, 2025
8 of 9 checks passed
@petk petk deleted the patch-ext-gd-bmp branch July 13, 2025 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants