25 lines
718 B
Diff
25 lines
718 B
Diff
diff --git php.ini-production php.ini-production
|
|
index 794d3e8ddb..c7acf9c883 100644
|
|
--- php.ini-production
|
|
+++ php.ini-production
|
|
@@ -729,7 +729,7 @@ default_charset = "UTF-8"
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
; UNIX: "/path1:/path2"
|
|
-;include_path = ".:/php/includes"
|
|
+include_path = ".:/usr/share/pear"
|
|
;
|
|
; 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/php/modules/"
|
|
|
|
; Directory where the temporary files should be placed.
|
|
; Defaults to the system default (see sys_get_temp_dir)
|