mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user