box2
box2 copied to clipboard
Automatically set phar.readonly=0
Rather than forcing users to change their php.ini settings or manually add a CLI flag on every run, set the phar.readonly=0 option in the shebang for box itself.
I like this idea, but I need input from other users. Using the shebang line this way doesn't appear to be supported everywhere.
i propose re-exec itself with php commandline options added instead
@glensc could you try to implement that on https://github.com/humbug/box? I think that would definitely make it easier to use
To whom may interest, this has been fixed in https://github.com/humbug/box