View | Details | Raw Unified | Return to bug 203304
Collapse All | Expand All

(-)files/patch-php.ini-development (+16 lines)
Line 0 Link Here
1
--- php.ini-development.orig	2015-09-24 08:45:30 UTC
2
+++ php.ini-development
3
@@ -708,8 +708,8 @@ default_charset = "UTF-8"
4
 ;;;;;;;;;;;;;;;;;;;;;;;;;
5
 
6
 ; UNIX: "/path1:/path2"
7
-;include_path = ".:/php/includes"
8
-;
9
+include_path = ".:/usr/local/share/:/usr/local/share/pear"
10
+
11
 ; Windows: "\path1;\path2"
12
 ;include_path = ".;c:\php\includes"
13
 ;
14
yes
15
native
16
text/plain
(-)files/patch-php.ini-production (+16 lines)
Line 0 Link Here
1
--- php.ini-production.orig	2015-09-24 08:45:23 UTC
2
+++ php.ini-production
3
@@ -708,8 +708,8 @@ default_charset = "UTF-8"
4
 ;;;;;;;;;;;;;;;;;;;;;;;;;
5
 
6
 ; UNIX: "/path1:/path2"
7
-;include_path = ".:/php/includes"
8
-;
9
+include_path = ".:/usr/local/share/:/usr/local/share/pear"
10
+
11
 ; Windows: "\path1;\path2"
12
 ;include_path = ".;c:\php\includes"
13
 ;
14
yes
15
native
16
text/plain

Return to bug 203304