Closed jurgenhaas closed 6 years ago
Could you please add this option to the various php.ini files:
phar.readonly = {{ getenv "PHP_PHAR_READONLY" "1" }}
We could then change that to 0 (zero) when we have an application that needs to write to a phar file.
Added, available since -4.6.0
Thanks for the quick turnaround, works great.
Could you please add this option to the various php.ini files:
We could then change that to 0 (zero) when we have an application that needs to write to a phar file.