mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Add a note to php.ini-* regarding the required order for GH-8620
This commit is contained in:
parent
c9c1934ff0
commit
9416186ff1
2 changed files with 12 additions and 2 deletions
|
@ -913,6 +913,12 @@ default_socket_timeout = 60
|
|||
; Be sure to appropriately set the extension_dir directive.
|
||||
;
|
||||
;extension=bz2
|
||||
|
||||
; The ldap extension must be before curl if OpenSSL 1.0.2 and OpenLDAP is used
|
||||
; otherwise it results in segfault when unloading after using SASL.
|
||||
; See https://github.com/php/php-src/issues/8620 for more info.
|
||||
;extension=ldap
|
||||
|
||||
;extension=curl
|
||||
;extension=ffi
|
||||
;extension=ftp
|
||||
|
@ -922,7 +928,6 @@ default_socket_timeout = 60
|
|||
;extension=gmp
|
||||
;extension=intl
|
||||
;extension=imap
|
||||
;extension=ldap
|
||||
;extension=mbstring
|
||||
;extension=exif ; Must be after mbstring as it depends on it
|
||||
;extension=mysqli
|
||||
|
|
|
@ -915,6 +915,12 @@ default_socket_timeout = 60
|
|||
; Be sure to appropriately set the extension_dir directive.
|
||||
;
|
||||
;extension=bz2
|
||||
|
||||
; The ldap extension must be before curl if OpenSSL 1.0.2 and OpenLDAP is used
|
||||
; otherwise it results in segfault when unloading after using SASL.
|
||||
; See https://github.com/php/php-src/issues/8620 for more info.
|
||||
;extension=ldap
|
||||
|
||||
;extension=curl
|
||||
;extension=ffi
|
||||
;extension=ftp
|
||||
|
@ -924,7 +930,6 @@ default_socket_timeout = 60
|
|||
;extension=gmp
|
||||
;extension=intl
|
||||
;extension=imap
|
||||
;extension=ldap
|
||||
;extension=mbstring
|
||||
;extension=exif ; Must be after mbstring as it depends on it
|
||||
;extension=mysqli
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue