added php5 file type
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.ui / src / net / sourceforge / phpdt / internal / debug / ui / launcher / PHPLaunchShortcut.java
index ec84fd5..5a3cafb 100644 (file)
@@ -34,7 +34,8 @@ public class PHPLaunchShortcut implements ILaunchShortcut {
                                if (
              ((IFile) firstSelection).getFileExtension().equals("php") ||
              ((IFile) firstSelection).getFileExtension().equals("php3") ||
-             ((IFile) firstSelection).getFileExtension().equals("php4")
+             ((IFile) firstSelection).getFileExtension().equals("php4") ||
+             ((IFile) firstSelection).getFileExtension().equals("php5")
             ) {
                                        ILaunchConfiguration config = findLaunchConfiguration((IFile)firstSelection, mode);
                                        try {