From: foobar Date: Thu, 31 May 2001 21:03:11 +0000 (+0000) Subject: Let's have examples here so maybe people would understand better X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77a1968ca5d58645d18c26e9f612d2b1901bc6d5;p=php Let's have examples here so maybe people would understand better how to use this directive. --- 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 =