diff --git php.ini-production php.ini-production index 794d3e8ddb..c7acf9c883 100644 --- a/php.ini-production +++ b/php.ini-production @@ -729,7 +729,7 @@ default_charset = "UTF-8" ;;;;;;;;;;;;;;;;;;;;;;;;; ; UNIX: "/path1:/path2" -;include_path = ".:/php/includes" +include_path = ".:/usr/share/pear8.0" ; ; Windows: "\path1;\path2" ;include_path = ".;c:\php\includes" @@ -752,9 +752,7 @@ user_dir = ; Directory in which the loadable extensions (modules) reside. ; http://php.net/extension-dir -;extension_dir = "./" -; On windows: -;extension_dir = "ext" +extension_dir = "/usr/lib/php8.0/modules/" ; Directory where the temporary files should be placed. ; Defaults to the system default (see sys_get_temp_dir)