Skip to content

Commit 89f30f1

Browse files
authored
Create allow-php.inc
We have PHP items blacklisted in disable-interpreters.inc that never get noblacklisted. This PR fixes that.
1 parent a6f9213 commit 89f30f1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

etc/allow-php.inc

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

0 commit comments

Comments
 (0)