blob: 7d5c1049234a811e4e6e99a7566ce687f337a46b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/php.ini-production
+++ b/php.ini-production
@@ -742,7 +742,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;
; UNIX: "/path1:/path2"
-;include_path = ".:/php/includes"
+include_path = ".:/usr/share/php8"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
|