Closed
Description
Is your feature request related to a problem? Please describe.
Hi, I'd like to test PHPStan with various PHP extensions enabled or disabled. So I'd like to know, are there some PHP extensions that are enabled by default? I suspect it might be the case for the SOAP
extensions, which can be enabled during PHP compilation with --enable-soap
.
I'd like to test PHPStan behaviour with SOAP extension disabled.
Describe the solution you'd like
Ship PHP without any extensions enabled by default.
Describe alternatives you've considered
Include extensions_disable
argument to be able to disable some built-in extensions like SOAP.
Additional context
This is my favourite GitHub action! Really well thought-out, a great piece of engineering. Thank you.
Metadata
Metadata
Assignees
Labels
No labels