Skip to content

Commit 85d9087

Browse files
MingcongBaixtexx
authored andcommitted
fix(php.ini-production): set default extensions directory
Use /usr/lib/php/modules/ as the directory for PHP modules.
1 parent e6d6e23 commit 85d9087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php.ini-production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ user_dir =
761761

762762
; Directory in which the loadable extensions (modules) reside.
763763
; https://php.net/extension-dir
764-
;extension_dir = "./"
764+
extension_dir = "/usr/lib/php/modules/"
765765
; On windows:
766766
;extension_dir = "ext"
767767

0 commit comments

Comments
 (0)