summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-05-31 21:03:23 +0000
committerfoobar <sniper@php.net>2001-05-31 21:03:23 +0000
commit4825618fe5180a0a1e8f10c17ca99180991fd980 (patch)
treea2f5151c690cc073ff241a72caed801ca644da70
parentcd102495384027fa78dfa773d43c28590496e85c (diff)
downloadphp-git-4825618fe5180a0a1e8f10c17ca99180991fd980.tar.gz
MFH
-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 =