From 5e86d2b2ff523c59e3dc2ea2be078739a38ad82b Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Sat, 23 Jul 2011 17:12:42 +0000 Subject: [PATCH] Swap .html & .php order to match Moriyoshi's fix for bug 55134 in http://svn.php.net/viewvc?view=revision&revision=313627 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313637 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/commandline.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/commandline.xml b/features/commandline.xml index 3fd77bad39..d508a09b4c 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -1596,8 +1596,8 @@ php > - If a URI request does not specify a file, then either index.html - or index.php in the given directory are returned. If neither file + If a URI request does not specify a file, then either index.php + or index.html in the given directory are returned. If neither file exists, then a 404 response code is returned.