Update apache2_module.py

This commit is contained in:
simonLeary42 2025-03-31 17:09:57 -04:00 committed by GitHub
parent 287611e7a2
commit 8bb08854bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -194,7 +194,7 @@ def create_apache_identifier(name):
# re expressions to extract subparts of names
re_workarounds = [
('php7', re.compile(r'^(php7)[\d\.]+')),
('php', re.compile(r'^(php\d)\.')),
('php8', re.compile(r'^(php)[\d\.]+')),
]