wampserver 低版本怎么安装扩展模块

原创
2016-06-23 13:46:37 991浏览

wampserver2.0 怎么安装扩展模块 默认是没有xdebug扩展模块 我怎么安装。。。。。。 我知道wampserver高版本 自带xdebug 但项目需要低版本 所以。。


回复讨论(解决方案)

php 是什么版本的?

php 是什么版本的?

5.2 我去xdebug官方下载好 dll 然后配置 php.ini 然后重启服务就不行 页面都打不开了。。

http://xdebug.org/download.php
在这两款中选你合适的
PHP 5.2 VC6 (32 bit) (MD5: 22ef39e2b0789f3f8fc7910bdae2241d)
PHP 5.2 VC6 TS (32 bit) (MD5: c2f31586708d667326903e114ce5c7c4)

16:28:42 Cannot accept external Xdebug connection: Cannot evaluate expression 'isset($_SERVER['PHP_IDE_CONFIG'])'
16:28:45 Cannot accept external Xdebug connection: Cannot evaluate expression 'isset($_SERVER['PHP_IDE_CONFIG'])'
16:28:45 Cannot accept external Xdebug connection: Cannot evaluate expression 'isset($_SERVER['PHP_IDE_CONFIG'])'
16:28:56 Cannot accept external Xdebug connection: Cannot evaluate expression 'isset($_SERVER['PHP_IDE_CONFIG'])'
16:28:57 Cannot accept external Xdebug connection: Cannot evaluate expression 'isset($_SERVER['PHP_IDE_CONFIG'])'
16:29:26 Cannot accept external Xdebug connection: Cannot evaluate expression 'isset($_SERVER['PHP_IDE_CONFIG'])'
16:29:27 Cannot accept external Xdebug connection: Cannot evaluate expression 'isset($_SERVER['PHP_IDE_CONFIG'])'
16:29:29 Cannot accept external Xdebug connection: Cannot evaluate expression 'isset($_SERVER['PHP_IDE_CONFIG'])'

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。