jon             Fri Apr  6 09:24:56 2001 EDT

  Modified files:              
    /php4       php.ini-dist 
  Log:
  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.
  
  
Index: php4/php.ini-dist
diff -u php4/php.ini-dist:1.77 php4/php.ini-dist:1.78
--- php4/php.ini-dist:1.77      Thu Apr  5 05:41:25 2001
+++ php4/php.ini-dist   Fri Apr  6 09:24:55 2001
@@ -1,5 +1,5 @@
 [PHP]
-; $Id: php.ini-dist,v 1.77 2001/04/05 12:41:25 dbeu Exp $
+; $Id: php.ini-dist,v 1.78 2001/04/06 16:24:55 jon Exp $
 
 ;;;;;;;;;;;;;;;;;;;
 ; About this file ;
@@ -308,12 +308,11 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;
 
 ; 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 @@
 
 ; Local Variables:
 ; tab-width: 4
-; End:
\ No newline at end of file
+; End:



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to