mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02: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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue