File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -877,7 +877,6 @@ default_socket_timeout = 60
877
877
;
878
878
; Notes for Windows environments :
879
879
;
880
- ; - ODBC support is built in, so no dll is needed for it.
881
880
; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
882
881
; extension folders as well as the separate PECL DLL download (PHP 5+).
883
882
; Be sure to appropriately set the extension_dir directive.
@@ -896,6 +895,7 @@ default_socket_timeout = 60
896
895
;extension=exif ; Must be after mbstring as it depends on it
897
896
;extension=mysqli
898
897
;extension=oci8_12c ; Use with Oracle Database 12c Instant Client
898
+ ;extension=odbc
899
899
;extension=openssl
900
900
;extension=pdo_firebird
901
901
;extension=pdo_mysql
Original file line number Diff line number Diff line change @@ -884,7 +884,6 @@ default_socket_timeout = 60
884
884
;
885
885
; Notes for Windows environments :
886
886
;
887
- ; - ODBC support is built in, so no dll is needed for it.
888
887
; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
889
888
; extension folders as well as the separate PECL DLL download (PHP 5+).
890
889
; Be sure to appropriately set the extension_dir directive.
@@ -903,6 +902,7 @@ default_socket_timeout = 60
903
902
;extension=exif ; Must be after mbstring as it depends on it
904
903
;extension=mysqli
905
904
;extension=oci8_12c ; Use with Oracle Database 12c Instant Client
905
+ ;extension=odbc
906
906
;extension=openssl
907
907
;extension=pdo_firebird
908
908
;extension=pdo_mysql
You can’t perform that action at this time.
0 commit comments