Skip to content

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