View Issue Details

IDProjectCategoryView StatusLast Update
0001498XdebugUncategorizedpublic2020-03-12 16:46
Reporterkalle Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
PlatformWindows 
Target Version2.6.0Fixed in Version2.6.0beta1 
Summary0001498: Make Xdebug use the new ZEND_EXTENSION API
Description

Commit 23cfe1f06ffcedc6ba1e3c999605c5daf7a2d35a to php-src:master introduced the new ZEND_EXTENSION API for the Windows build system.

This change targets only master for xdebug, and fixes it in a cross version compatible way, meaning the updated config.w32 will continue to work on versions that does not have the ZEND_EXTENSION API (PHP 7.2.99 <=).

(PR incoming)

TagsNo tags attached.
Operating SystemWindows
PHP Version7.3-dev

Activities

derick

2017-12-05 10:33

administrator   ~0004499

Thanks!