在php.ini文件末尾配置如下:
[Xdebug]
zend_extension="C:/phpenv/php-5.3.5/ext/php_xdebug-2.1.2-5.3-vc6.dll"php ext文件中已有php_xdebug-2.1.2-5.3-vc6.dll文件怎么在phpinfo()中没有x_debug信息

解决方案 »

  1.   

    去掉 zend_ 修改后restart apache 看看.
      

  2.   

    去掉zend_后
    php startup:unable to load dynamic library 'c:/phpenv/php-5.35/ext/php_xdebug-2.1.2-5.3-vc6.dll'-找不到指定模块
      

  3.   

    已解决,
    我重下了一个php_xdebug-2.1.0-5.3-vc6.dll,之前那个是从官网上下的php_xdebug-2.1.2-5.3-vc6-nts.dll,这两个有什么区别啊,这么从官网上下的用不成啊。还有在phpinfo(),date库下出现Warning: phpinfo() [function.phpinfo]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for '8.0/no DST' instead in C:\phpenv\Apache2.2\htdocs\empManage\test.php on line 2 
    Call Stack 
    # Time Memory Function Location 
    1 0.0019 330056 {main}( ) ..\test.php:0 
    2 0.0019 330088 phpinfo ( ) ..\test.php:2 
    是什么情况啊?
      

  4.   

    设置一下php.ini的时区就行了date.timezone = "Asia/Chongqing"
      

  5.   


    建议lz来这【http://feihu.cd00.cn/itweb/index.php/xdebug-phpinfo-meiyou-php_xdebug-2-1-2-5-3-vc6-nts-dll】看看
      

  6.   

    一个是线程安全,一个是不安全。扩展要根据php是不是线程安全来选择