当前位置: 首页 > 文档资料 > xdebug 中文文档 >

Supported Versions and Compatibility

优质
小牛编辑
122浏览
2023-12-01

This page lists which versions of Xdebug are still supported, and with which versions of PHP they can be used.

PHP Version Support

This table lists which version of Xdebug is still supported, and which ones to use for older PHP versions. In general, at any point when an Xdebug version is released, it will support the currently supported PHP versions.

PHP
Version
Xdebug Version
3.02.92.82.72.62.52.42.32.2
PHP 8.0✔
PHP 7.4✔✔✔✔
PHP 7.3✔✔✔✔
PHP 7.2✔✔✔✔✔
PHP 7.1✔✔✔✔✔
PHP 7.0✔✔✔✔
PHP 5.6✔✔✔✔
PHP 5.5✔✔✔✔
PHP 5.4✔✔✔
PHP 5.3✔
PHP 5.2✔

SupportedSecurity FixesUnsupportedFuture

Compatibility

Xdebug does work together with the Zend Opcache, albeit with reducued or crippled functionality, as Opcache optimises out information that Xdebug could use.

Xdebug does not work together with other extensions that deal with PHP's internals (DBG, APD, ioncube etc). This is due to compatibility problems with those modules.