Browse Source

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.
PHP-4.0.6
Jon Parise 26 years ago
parent
commit
c3634ff399
  1. 5
      php.ini-dist

5
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:
; End:
Loading…
Cancel
Save