XDebug is not loaded in PHP (Vista, Apache Module)

前端 未结 5 1744
庸人自扰
庸人自扰 2021-01-01 05:46

I downloaded php_xdebug-2.0.5-5.3-vc9.dll, added at the end of PHP.ini the following line:

zend_extension_ts=\"C:/Program Files/php5/ext/php_xdebug-2.0.5-5         


        
5条回答
  •  我在风中等你
    2021-01-01 06:38

    perform php --ini to check witch config file is loaded.
    if you have something like this :

    Loaded Configuration File: (none)
    Scan for additional .ini files in: (none)
    Additional .ini files parsed: (none)

    Just copy your php.ini in windows directory ;)

提交回复
热议问题