]> granicus.if.org Git - php/commitdiff
Comment out the 'include_path' variable by default.
authorJon Parise <jon@php.net>
Fri, 6 Apr 2001 16:24:55 +0000 (16:24 +0000)
committerJon Parise <jon@php.net>
Fri, 6 Apr 2001 16:24:55 +0000 (16:24 +0000)
# 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.

php.ini-dist

index 8ee7fddb5023f7e83e8d156581a5a77510102e57..5b824617c57e1b4900022d47c265d729134720d0 100644 (file)
@@ -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: