xdebug.dll文件的存放位置

问题描述 投票:0回答:1

我有:

  • PHP版本7.0.8
  • 编译器MSVC14(Visual C ++ 2015)
  • Zend Extension Build API320151012,TS,VC14
  • PHP扩展构建API20151012,TS,VC14

我安装了xdebug 2.4.1PHP 7.0 VC14 TS (64 bit),但我不知道将dll文件放在何处。

我将其放在C:\xampp\php中,然后在php.ini中搜索有关

extension=php_xdebug.dll 

但是它没有出现在文件中。

我该怎么办?

php debugging dll xdebug php-7
1个回答
0
投票

主PHP文件夹中应该有一个/ ext文件夹。您还必须在php.ini中放入正确的路径。

这是我的php.ini:

zend_extension = "C:\Program Files\PHP\v7.1\ext\php_xdebug-2.9.0-7.1-vc14-nts-x86_64.dll"
© www.soinside.com 2019 - 2024. All rights reserved.