aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7/sharedir.patch
blob: f8f5b832360b5236f54abebd5e967bd6e65eaafb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/php.ini-production	2018-07-28 18:05:51.737130931 +0300
+++ b/php.ini-production	2018-07-28 18:06:45.177774666 +0300
@@ -729,7 +729,7 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;
 
 ; UNIX: "/path1:/path2"
-;include_path = ".:/php/includes"
+include_path = ".:/usr/share/php7"
 ;
 ; Windows: "\path1;\path2"
 ;include_path = ".;c:\php\includes"