You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reconfigure the PHP Handler to be conditional on file existence
Set the handler to use for files whose extension ends in `.php`.
This is a workaround for docker-library/php#1576
The `FallbackResource` is a default Handler action which is only used if a Handler has not already been applied.
The docker/php image sets the handler unconditionally for any file whose name matches `.php`.
This configuration block unsets the default handler, and instead only applies it if the file exists.
0 commit comments