View Issue Details

IDProjectCategoryView StatusLast Update
0002142XdebugInstallationpublic2022-12-06 13:57
Reportermonigo5137 Assigned Toderick  
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionno change required 
OSmacOS 
Product Version3.1.6 
Summary0002142: WARN Xdebug requires Zend Engine API version 420200930.
Description

Xdebug requires Zend Engine API version 420200930.
The Zend Engine API version 420210902 which is installed, is newer.

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

TagsNo tags attached.
Operating System
PHP Version8.1.10-8.1.19

Activities

derick

2022-12-06 13:57

administrator   ~0006461

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.

Issue History

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