]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Wed, 19 Mar 2003 16:53:25 +0000 (16:53 +0000)
committerfoobar <sniper@php.net>
Wed, 19 Mar 2003 16:53:25 +0000 (16:53 +0000)
php.ini-dist
php.ini-recommended

index c7c96a0bcdd614f544ba5466a5bbf901a7c3a158..954ab17ee5f5960e72174a3d8c210e2a861cc345 100644 (file)
@@ -311,7 +311,7 @@ track_errors = Off
 ; and change docref_root to the base URL of your local copy including the
 ; leading '/'. You must also specify the file extension being used including 
 ; the dot.
-;docref_root = /phpmanual/
+;docref_root = "/phpmanual/"
 ;docref_ext = .html
   
 ; String to output before an error message.
@@ -420,7 +420,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 2afb305f733ca27a11dfa124d255848c3f42d320..9602b92497293727c3c041101172fbc1632bb77c 100644 (file)
@@ -326,7 +326,7 @@ track_errors = Off
 ; and change docref_root to the base URL of your local copy including the
 ; leading '/'. You must also specify the file extension being used including 
 ; the dot.
-;docref_root = /phpmanual/
+;docref_root = "/phpmanual/"
 ;docref_ext = .html
   
 ; String to output before an error message.
@@ -435,7 +435,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