简体   繁体   English

使用特定版本的PHP的xDebug

[英]xDebug with specific version of PHP

如果我在Linux机器上运行PHP 5.2.10,是否应该安装特定版本的xDebug?

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. Windows二进制文件通常适用于所提到的PHP版本的每个迷你版本,尽管该扩展是针对当时最新的PHP版本构建的。 The VCx marker tells with which compiler the extension was built, and Non-thread-safe whether ZTS was disabled. VCx标记告知使用哪个编译器构建扩展,以及非线程安全的是否禁用ZTS。 Those qualifiers need to match the PHP version you're using. 这些限定符需要与您使用的PHP版本匹配。 If you don't know which one you need, please refer to the custom installation instructions . 如果您不知道需要哪一个,请参考自定义安装说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM