diff options
author | Jon Parise <jon@php.net> | 2001-04-06 16:24:55 +0000 |
---|---|---|
committer | Jon Parise <jon@php.net> | 2001-04-06 16:24:55 +0000 |
commit | c3634ff3995e78dc830e55c623e6208442d1e068 (patch) | |
tree | cd50ebc43b71be0ffc7f4d12990e72e8a5a76654 /php.ini-dist | |
parent | 8540c6923d523520a0412b4b98963a1f2b1c36d1 (diff) | |
download | php-git-c3634ff3995e78dc830e55c623e6208442d1e068.tar.gz |
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.
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 5 |
1 files changed, 2 insertions, 3 deletions
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: |