Skip to content

Commit f13984c

Browse files
committed
* Fix PHP extensions
1 parent 5607734 commit f13984c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

win/php/php.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ user_dir =
762762
; https://php.net/extension-dir
763763
;extension_dir = "./"
764764
; On windows:
765-
;extension_dir = "ext"
765+
extension_dir = "ext"
766766

767767
; Directory where the temporary files should be placed.
768768
; Defaults to the system default (see sys_get_temp_dir)
@@ -921,18 +921,18 @@ default_socket_timeout = 60
921921
; See https://github.com/php/php-src/issues/8620 for more info.
922922
;extension=ldap
923923

924-
;extension=curl
924+
extension=curl
925925
;extension=ffi
926926
;extension=ftp
927927
;extension=fileinfo
928928
;extension=gd
929929
;extension=gettext
930930
;extension=gmp
931-
;extension=intl
931+
extension=intl
932932
;extension=imap
933-
;extension=mbstring
933+
extension=mbstring
934934
;extension=exif ; Must be after mbstring as it depends on it
935-
;extension=mysqli
935+
extension=mysqli
936936
;extension=oci8_12c ; Use with Oracle Database 12c Instant Client
937937
;extension=oci8_19 ; Use with Oracle Database 19 Instant Client
938938
;extension=odbc

0 commit comments

Comments
 (0)