-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
phive install failure: Undefined variable: output #363
Comments
I cannot reproduce this on Linux. I also fail to see how this error can occur: Based on the stacktrace the undefined varibale I'll have to investigate that. |
I tried installing The only customization in my phpbrew installed PHP is that I disabled a lot of functions so that it matches the PHP configuration in my web hosting provider. The disabled functions are:
Actually, I also had Based on this, I tried enable all the functions in my phpbrew installed PHP's Hope this additional information can help figure out the issue, if any. |
I took a look at
Once I enabled back those other functions I can run Thanks so much for the support! |
Ah! Yes, that helps a lot and explains it even: We're calling I'm not sure whether this qualifies as a bug. Breaking PHP by arbitrarily disabling function is something we certainly do not test for. |
So apparently, for whatever reason a disabled |
I agree this doesn't qualify as a bug in Phive. It may be helpful to improve the error so it points out to |
I installed phive locally in my project using the instructions at https://phar.io/#Install with the only difference that instead of moving the executable to
/usr/local/bin/phive
I'm moving it to project's repobin/
directory.Then, when I run:
I got following error:
The PHP I'm using was installed using phpbrew and my OS is macOS Big Sur v11.6
The text was updated successfully, but these errors were encountered: