From 77a1968ca5d58645d18c26e9f612d2b1901bc6d5 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 31 May 2001 21:03:11 +0000 Subject: [PATCH] Let's have examples here so maybe people would understand better how to use this directive. --- php.ini-dist | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php.ini-dist b/php.ini-dist index 83fde878c1..ac3d951207 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 = -- 2.50.1