]> granicus.if.org Git - php/commitdiff
Using of quotes around paths is a very good idea..
authorfoobar <sniper@php.net>
Wed, 19 Mar 2003 16:53:02 +0000 (16:53 +0000)
committerfoobar <sniper@php.net>
Wed, 19 Mar 2003 16:53:02 +0000 (16:53 +0000)
php.ini-dist
php.ini-recommended

index 7eff09ac44acbda7596c96d90a262af7c6aa8b0e..f3e8942d79bafce7c48d1dec66e573fb20701053 100644 (file)
@@ -313,7 +313,7 @@ track_errors = Off
 ; leading '/'. You must also specify the file extension being used including 
 ; the dot.
 ; Note: Never use this feature for production boxes.
-;docref_root = /phpmanual/
+;docref_root = "/phpmanual/"
 ;docref_ext = .html
   
 ; String to output before an error message.
@@ -427,7 +427,7 @@ doc_root =
 user_dir =
 
 ; Directory in which the loadable extensions (modules) reside.
-extension_dir = ./
+extension_dir = "./"
 
 ; Whether or not to enable the dl() function.  The dl() function does NOT work
 ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
index 1cfc032efbdb1834c7a3963493709b45ef0eff84..a8babb74830f3b4c7618b7b4c51c9301b19420f9 100644 (file)
@@ -328,7 +328,7 @@ track_errors = Off
 ; leading '/'. You must also specify the file extension being used including 
 ; the dot.
 ; Note: Never use this feature for production boxes.
-;docref_root = /phpmanual/
+;docref_root = "/phpmanual/"
 ;docref_ext = .html
   
 ; String to output before an error message.
@@ -442,7 +442,7 @@ doc_root =
 user_dir =
 
 ; Directory in which the loadable extensions (modules) reside.
-extension_dir = ./
+extension_dir = "./"
 
 ; Whether or not to enable the dl() function.  The dl() function does NOT work
 ; properly in multithreaded servers, such as IIS or Zeus, and is automatically