Sync exif and mbstring INI settings (#16549)

A follow-up of 9ee9c0e674.

The mbstring extension is added as ZEND_MOD_OPTIONAL dependency at
runtime, so INI directives configuration order here is no longer
relevant and can be done in any way.
This commit is contained in:
Peter Kokot 2024-10-22 14:07:34 +02:00 committed by GitHub
parent 96ac2c425f
commit 7f6ad37e5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -915,6 +915,7 @@ default_socket_timeout = 60
;
;extension=bz2
;extension=curl
;extension=exif
;extension=ffi
;extension=ftp
;extension=fileinfo
@ -924,7 +925,6 @@ default_socket_timeout = 60
;extension=intl
;extension=ldap
;extension=mbstring
;extension=exif ; Must be after mbstring as it depends on it
;extension=mysqli
;extension=odbc
;extension=openssl

View File

@ -917,6 +917,7 @@ default_socket_timeout = 60
;
;extension=bz2
;extension=curl
;extension=exif
;extension=ffi
;extension=ftp
;extension=fileinfo
@ -926,7 +927,6 @@ default_socket_timeout = 60
;extension=intl
;extension=ldap
;extension=mbstring
;extension=exif ; Must be after mbstring as it depends on it
;extension=mysqli
;extension=odbc
;extension=openssl