sniper Wed Mar 19 11:53:02 2003 EDT Modified files: /php4 php.ini-dist php.ini-recommended Log: Using of quotes around paths is a very good idea.. Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.185 php4/php.ini-dist:1.186 --- php4/php.ini-dist:1.185 Sun Mar 16 15:47:56 2003 +++ php4/php.ini-dist Wed Mar 19 11:53:02 2003 @@ -313,7 +313,7 @@ ; 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 @@ 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.131 php4/php.ini-recommended:1.132 --- php4/php.ini-recommended:1.131 Sun Mar 16 15:47:56 2003 +++ php4/php.ini-recommended Wed Mar 19 11:53:02 2003 @@ -328,7 +328,7 @@ ; 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 @@ 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