php配置xdebug
我们首先安装pecl与pear,这是php的插件程序,有助于我们对xdebug的安装,
然后我们安装xdebug,我们要选择合适我们php配置的xebug,我们打开匹配地址 :https://xdebug.org/wizard.php
我们要将php -i的全部信息放入此网站中获取合适的xdebug。
然后配置php.ini
向文件末尾添加:
1 | [xdebug] |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment




