Unable to load v2.4.0
When including v2.4.0 phar, I get the following error:
The application may only be invoked from a command line, got "apache2handler"
I don't have that issue when loading v2.3.1.
PHP = 8.3.2-1
Have you tried using Composer instead of the .phar method?
Yes, it appears to work when using Composer.
edit: having a single-file phar has been very nice for deployment, so that would still be my preference.
Hi @paragonie-security, I just found this package and was happy to find the .phar to avoid using composer in a tiny script. May you explain this decision or update the docs/InstallingAndVerifying.md tutorial? Thanks a lot!