开发者

xDebug with specific version of PHP

开发者 https://www.devze.com 2023-01-16 03:54 出处:网络
Is there a specific version of xDebug I should install if I\'m running PHP 5.2.10 on my Linux box?开发者_如何学JAVAThe Windows binaries generally work for every mini release for the mentioned PHP vers

Is there a specific version of xDebug I should install if I'm running PHP 5.2.10 on my Linux box?开发者_如何学JAVA


The Windows binaries generally work for every mini release for the mentioned PHP version, although the extension is built against the most current PHP version at that time. The VCx marker tells with which compiler the extension was built, and Non-thread-safe whether ZTS was disabled. Those qualifiers need to match the PHP version you're using. If you don't know which one you need, please refer to the custom installation instructions.

0

精彩评论

暂无评论...
验证码 换一张
取 消