summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php.ini-dist7
1 files changed, 5 insertions, 2 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 5b824617c5..75ada58895 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -307,8 +307,11 @@ default_mimetype = "text/html"
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
-; UNIX: "/path1:/path2" Windows: "\path1;\path2"
-;include_path =
+; UNIX: "/path1:/path2"
+;include_path = ".:/php/includes"
+;
+; Windows: "\path1;\path2"
+;include_path = ".;c:\php\includes"
; The root of the PHP pages, used only if nonempty.
doc_root =