File tree 2 files changed +2
-12
lines changed
2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -928,12 +928,6 @@ default_socket_timeout = 60
928
928
; Be sure to appropriately set the extension_dir directive.
929
929
;
930
930
;extension=bz2
931
-
932
- ; The ldap extension must be before curl if OpenSSL 1.0.2 and OpenLDAP is used
933
- ; otherwise it results in segfault when unloading after using SASL.
934
- ; See https://github.com/php/php-src/issues/8620 for more info.
935
- ;extension=ldap
936
-
937
931
;extension=curl
938
932
;extension=ffi
939
933
;extension=ftp
@@ -942,6 +936,7 @@ default_socket_timeout = 60
942
936
;extension=gettext
943
937
;extension=gmp
944
938
;extension=intl
939
+ ;extension=ldap
945
940
;extension=mbstring
946
941
;extension=exif ; Must be after mbstring as it depends on it
947
942
;extension=mysqli
Original file line number Diff line number Diff line change @@ -930,12 +930,6 @@ default_socket_timeout = 60
930
930
; Be sure to appropriately set the extension_dir directive.
931
931
;
932
932
;extension=bz2
933
-
934
- ; The ldap extension must be before curl if OpenSSL 1.0.2 and OpenLDAP is used
935
- ; otherwise it results in segfault when unloading after using SASL.
936
- ; See https://github.com/php/php-src/issues/8620 for more info.
937
- ;extension=ldap
938
-
939
933
;extension=curl
940
934
;extension=ffi
941
935
;extension=ftp
@@ -944,6 +938,7 @@ default_socket_timeout = 60
944
938
;extension=gettext
945
939
;extension=gmp
946
940
;extension=intl
941
+ ;extension=ldap
947
942
;extension=mbstring
948
943
;extension=exif ; Must be after mbstring as it depends on it
949
944
;extension=mysqli
You can’t perform that action at this time.
0 commit comments