summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-03 09:14:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-05-03 09:14:14 +0000
commit1977fc672a727179462f2f852f574881923e98ad (patch)
tree823494f2c12ba1f5880fe2f80b39353a1cdadd58 /identify
parentReleasing debian version 2.5.22-1. (diff)
downloadidentify-1977fc672a727179462f2f852f574881923e98ad.tar.xz
identify-1977fc672a727179462f2f852f574881923e98ad.zip
Merging upstream version 2.5.23.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify')
-rw-r--r--identify/interpreters.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/identify/interpreters.py b/identify/interpreters.py
index 110a29c..3022e00 100644
--- a/identify/interpreters.py
+++ b/identify/interpreters.py
@@ -12,6 +12,9 @@ INTERPRETERS = {
'node': {'javascript'},
'nodejs': {'javascript'},
'perl': {'perl'},
+ 'php': {'php'},
+ 'php7': {'php', 'php7'},
+ 'php8': {'php', 'php8'},
'python': {'python'},
'python2': {'python', 'python2'},
'python3': {'python', 'python3'},