From 7480c6ac913a3e34dcfdb02373e847a0161915ae Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 19 Mar 2003 16:53:25 +0000 Subject: [PATCH] MFH --- php.ini-dist | 4 ++-- php.ini-recommended | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/php.ini-dist b/php.ini-dist index c7c96a0bcd..954ab17ee5 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -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 diff --git a/php.ini-recommended b/php.ini-recommended index 2afb305f73..9602b92497 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -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 -- 2.50.1