Closed CaledoniaProject closed 1 year ago
I think the shebang in phpggc script should be changed to #!/usr/bin/env php -d phar.readonly=0, what do you think?
#!/usr/bin/env php -d phar.readonly=0
Hello CaledoniaProject,
That's an excellent idea, I didn't even think about it!
Want to PR it ?
Charles
Sure, just created the PR https://github.com/ambionics/phpggc/pull/162
I think the shebang in phpggc script should be changed to
#!/usr/bin/env php -d phar.readonly=0
, what do you think?