File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -913,6 +913,12 @@ default_socket_timeout = 60
913
913
; Be sure to appropriately set the extension_dir directive.
914
914
;
915
915
;extension=bz2
916
+
917
+ ; The ldap extension must be before curl if OpenSSL 1.0.2 and OpenLDAP is used
918
+ ; otherwise it results in segfault when unloading after using SASL.
919
+ ; See https://github.com/php/php-src/issues/8620 for more info.
920
+ ;extension=ldap
921
+
916
922
;extension=curl
917
923
;extension=ffi
918
924
;extension=ftp
@@ -922,7 +928,6 @@ default_socket_timeout = 60
922
928
;extension=gmp
923
929
;extension=intl
924
930
;extension=imap
925
- ;extension=ldap
926
931
;extension=mbstring
927
932
;extension=exif ; Must be after mbstring as it depends on it
928
933
;extension=mysqli
Original file line number Diff line number Diff line change @@ -915,6 +915,12 @@ default_socket_timeout = 60
915
915
; Be sure to appropriately set the extension_dir directive.
916
916
;
917
917
;extension=bz2
918
+
919
+ ; The ldap extension must be before curl if OpenSSL 1.0.2 and OpenLDAP is used
920
+ ; otherwise it results in segfault when unloading after using SASL.
921
+ ; See https://github.com/php/php-src/issues/8620 for more info.
922
+ ;extension=ldap
923
+
918
924
;extension=curl
919
925
;extension=ffi
920
926
;extension=ftp
@@ -924,7 +930,6 @@ default_socket_timeout = 60
924
930
;extension=gmp
925
931
;extension=intl
926
932
;extension=imap
927
- ;extension=ldap
928
933
;extension=mbstring
929
934
;extension=exif ; Must be after mbstring as it depends on it
930
935
;extension=mysqli
You can’t perform that action at this time.
0 commit comments