Create allow-php.inc

We have PHP items blacklisted in disable-interpreters.inc that never get noblacklisted. This PR fixes that.
This commit is contained in:
glitsj16 2020-01-25 23:04:16 +00:00 committed by GitHub
parent a6f921313c
commit 89f30f1f29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
etc/allow-php.inc Normal file
View file

@ -0,0 +1,7 @@
# This file is overwritten during software install.
# Persistent customizations should go in a .local file.
include allow-php.local
noblacklist ${PATH}/php*
noblacklist /usr/lib/php*
noblacklist /usr/share/php*