summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-03-19 16:53:02 +0000
committerfoobar <sniper@php.net>2003-03-19 16:53:02 +0000
commitb26db9cd5c29955f5c5025574261c88ad63b07eb (patch)
tree4fa686bb6e0f57553cbfa7a7fb55c50c8f48ce24 /php.ini-recommended
parent88fe9c2d3cd10e618ac3f2e528a8b965af1dd190 (diff)
downloadphp-git-b26db9cd5c29955f5c5025574261c88ad63b07eb.tar.gz
Using of quotes around paths is a very good idea..
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended4
1 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 1cfc032efb..a8babb7483 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -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