diff options
-rw-r--r-- | php.ini-dist | 4 | ||||
-rw-r--r-- | php.ini-recommended | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/php.ini-dist b/php.ini-dist index 7eff09ac44..f3e8942d79 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -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 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 |