From 4825618fe5180a0a1e8f10c17ca99180991fd980 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 31 May 2001 21:03:23 +0000 Subject: MFH --- php.ini-dist | 7 +++++-- 1 file 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 = -- cgit v1.2.1