From: Jon Parise Date: Fri, 6 Apr 2001 16:24:55 +0000 (+0000) Subject: Comment out the 'include_path' variable by default. X-Git-Tag: php-4.0.6RC1~470 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3634ff3995e78dc830e55c623e6208442d1e068;p=php Comment out the 'include_path' variable by default. # Leaving it blank overrides the default include path, which contains the # PEAR directory. # The other option is to have the build system generate this file and expand # @PEAR_INSTALLDIR@ on this line to reflect the system default. --- diff --git a/php.ini-dist b/php.ini-dist index 8ee7fddb50..5b824617c5 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -308,12 +308,11 @@ default_mimetype = "text/html" ;;;;;;;;;;;;;;;;;;;;;;;;; ; UNIX: "/path1:/path2" Windows: "\path1;\path2" -include_path = +;include_path = ; The root of the PHP pages, used only if nonempty. doc_root = - ; The directory under which PHP opens the script using /~usernamem used only ; if nonempty. user_dir = @@ -779,4 +778,4 @@ sockets.use_system_read = On ; Local Variables: ; tab-width: 4 -; End: \ No newline at end of file +; End: