Problem/Motivation
Follow-up to #3013210-30: Add drupal/core-filesecurity component for writing htaccess files
+++ b/core/lib/Drupal/Component/FileSecurity/FileSecurity.php
@@ -0,0 +1,160 @@
+# If we know how to do it safely, disable the PHP engine entirely.
+<IfModule mod_php5.c>
+ php_flag engine off
+</IfModule>
core no longer running on php5 so this lines should be removed
Proposed resolution
Do not add protection for unsupported php version
Remaining tasks
- discus when to remove
- check supported apache versions
User interface changes
no
API changes
no
Data model changes
no
Release notes snippet
TBD