]> git.pld-linux.org Git - packages/php.git/commitdiff
some variables are set at compile time, don't change it in config file
authorArtur Frysiak <artur@frysiak.net>
Mon, 29 Jan 2001 13:30:05 +0000 (13:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.ini -> 1.9

php.ini

diff --git a/php.ini b/php.ini
index 6df04604e58efb280659693d805467e47ebdf8b3..25227785a519ebd8fcaa88d28e0e81601c6c7395 100644 (file)
--- a/php.ini
+++ b/php.ini
@@ -187,12 +187,12 @@ auto_append_file  =
 ;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Paths and Directories ;
 ;;;;;;;;;;;;;;;;;;;;;;;;;
-include_path   =                   ; UNIX: "/path1:/path2"  Windows: "\path1;\path2"
-doc_root               =                                       ; the root of the php pages, used only if nonempty
-user_dir               =                                       ; the directory under which php opens the script using /~username, used only if nonempty
+;include_path  =                   ; UNIX: "/path1:/path2"  Windows: "\path1;\path2"
+;doc_root              =                                       ; the root of the php pages, used only if nonempty
+;user_dir              =                                       ; the directory under which php opens the script using /~username, used only if nonempty
 ;upload_tmp_dir        =                       ; temporary directory for HTTP uploaded files (will use system default if not specified)
 upload_max_filesize = 2097152       ; 2 Meg default limit on file uploads
-extension_dir  =       /usr/lib/apache/php/            ; directory in which the loadable extensions (modules) reside
+;extension_dir =       /usr/lib/apache/php/            ; directory in which the loadable extensions (modules) reside
 
 
 ;;;;;;;;;;;;;;;;;;;;;;
This page took 0.071775 seconds and 4 git commands to generate.