-
Notifications
You must be signed in to change notification settings - Fork 120
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
A phpext script is missing and v. 1.0.0 is not available #59
Comments
Same thing for me - I even tried to destroy the VM, clone the repo and create a new VM.
|
|
There is no way to install a unreleased version, see also hashicorp/vagrant#4079 |
I downloaded v1.0.0, uploaded and released it as alfredbez/php7dev to test if that resolves the issue, but it looks like that didn't helped:
|
It has been released 🎉 |
Actually I have been trying things, and the problem is only when I'm using PHP 7.1 - if I do The most strange thing is with 7.1, it does recognise xdebug and it stops at the breakpoint in the index file, and also in my Controller class, but then it won't stop in other classes - I had never seen anything similar... I tried to find a pattern that makes it fail - e.g., when trying to step into a particular file/folder, when waiting for some time, or when the call stack is big - but I couldn't find any pattern... It's just in some places xdebug quits and I get a |
According to a documentation, there should be a phpext script to enable/disable PHP extensions:
But looks like it's not included in the repository.
https://github.com/rlerdorf/php7dev/search?q=filename%3Aphpext returns 0 results.
The reason behind this issue might be an unavaiable version of the box (1.0.0). When I try to add this version to vagrant, I receive the following message:
The text was updated successfully, but these errors were encountered: