Skip to content
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

Get Xdebug from xdebug.org instead of PECL on windows, and compile for Linux and macOS. #45

Closed
shivammathur opened this issue Oct 1, 2019 · 0 comments · Fixed by #48
Assignees
Labels
bug Something isn't working

Comments

@shivammathur
Copy link
Owner

shivammathur commented Oct 1, 2019

Xdebug 2.8.0beta2 on PECL does not work with PHP7.4, due to change in ZEND_EXTENSION_API_NO version here

The error is

Xdebug requires Zend Engine API version 320190529

The latest binary file for the extension on xdebug.org works. So add functionality to get from the website instead of using PECL and enable it.

On linux and macOS compile it and make sure it is enabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant