diff options
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/php.ini-dist b/php.ini-dist index 8ee7fddb50..5b824617c5 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -308,12 +308,11 @@ default_mimetype = "text/html" ;;;;;;;;;;;;;;;;;;;;;;;;; ; UNIX: "/path1:/path2" Windows: "\path1;\path2" -include_path = +;include_path = ; The root of the PHP pages, used only if nonempty. doc_root = - ; The directory under which PHP opens the script using /~usernamem used only ; if nonempty. user_dir = @@ -779,4 +778,4 @@ sockets.use_system_read = On ; Local Variables: ; tab-width: 4 -; End:
\ No newline at end of file +; End: |