sniper Wed Mar 19 11:53:25 2003 EDT Modified files: (Branch: PHP_4_3) /php4 php.ini-dist php.ini-recommended Log: MFH Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.171.2.8 php4/php.ini-dist:1.171.2.9 --- php4/php.ini-dist:1.171.2.8 Fri Mar 14 19:26:43 2003 +++ php4/php.ini-dist Wed Mar 19 11:53:25 2003 @@ -311,7 +311,7 @@ ; 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 @@ 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: php4/php.ini-recommended diff -u php4/php.ini-recommended:1.119.2.6 php4/php.ini-recommended:1.119.2.7 --- php4/php.ini-recommended:1.119.2.6 Fri Mar 14 19:26:43 2003 +++ php4/php.ini-recommended Wed Mar 19 11:53:25 2003 @@ -326,7 +326,7 @@ ; 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 @@ 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php