View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002142 | Xdebug | Installation | public | 2022-12-06 13:32 | 2022-12-06 13:57 |
Reporter | monigo5137 | Assigned To | derick | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
OS | macOS | ||||
Product Version | 3.1.6 | ||||
Summary | 0002142: WARN Xdebug requires Zend Engine API version 420200930. | ||||
Description | Xdebug requires Zend Engine API version 420200930. but there is no newer version since your website doesnt offer higher than 3.1.6 | ||||
Steps To Reproduce | https://xdebug.org/docs/install have a mac OS (MacBook Pro) | ||||
Additional Information | Make the Documentation synch the same date and if its depre. just delete it. wasted time and money on this docu | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 8.1.10-8.1.19 | ||||
|
Xdebug 3.1.6 is indeed the latest version. You have compiled it for PHP 8.0 though, and you're using PHP 8.1, which is what the Zend Engine API versions indicate. You need to reinstall Xdebug. You can run: pecl uninstall xdebug && pecl install xdebug to do so. As this is not a bug, I'll be closing this report. |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-12-06 13:32 | monigo5137 | New Issue | |
2022-12-06 13:57 | derick | Assigned To | => derick |
2022-12-06 13:57 | derick | Status | new => resolved |
2022-12-06 13:57 | derick | Resolution | open => no change required |
2022-12-06 13:57 | derick | Note Added: 0006461 |