Skip to content

Sync exif dependency on mbstring extension as optional #3793

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
Sep 25, 2024

Conversation

petk
Copy link
Member

@petk petk commented Sep 25, 2024

The required dependency on mbstring extension in exif was removed via php/php-src@755c2cd which made the mbstring extension optional dependency.

Also the exif extension uses the ZEND_MOD_OPTIONAL to define the dependency on mbstring extension so it already loads the extensions in this case properly (meaning: there's no need to mention that mbstring must be loaded before the exif in php.ini).

Update for the PHP build system:
php/php-src#16062

The required dependency on mbstring extension in exif was removed via
php/php-src@755c2cd which made the
mbstring extension optional dependency.

Update for the PHP build system:
php/php-src#16062
@Girgias Girgias merged commit c0af8c9 into php:master Sep 25, 2024
2 checks passed
@petk petk deleted the patch-1-exif-mbstring-dep branch September 26, 2024 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants