mirror of
https://github.com/php/php-src.git
synced 2024-11-23 01:44:06 +08: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:
parent
96ac2c425f
commit
7f6ad37e5d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user