i have literally spent entire day on solving issue xdebug not showing on phpinfo(). i've checked file path correct.
windows 7 home premium, contents of php.ini file regarding xdebug :
;zend_extension = "c:\xampp\php\ext\php_xdebug.dll" ;xdebug.profiler_append = 0 ;xdebug.profiler_enable = 1 ;xdebug.profiler_enable_trigger = 0 ;xdebug.profiler_output_dir = "c:\xampp\tmp" ;xdebug.profiler_output_name = "cachegrind.out.%t-%s" ;xdebug.remote_enable = 1 ;xdebug.remote_handler = "dbgp" ;xdebug.remote_host = "127.0.0.1" ;xdebug.remote_port = 9000 ;xdebug.trace_output_dir = "c:\xampp\tmp" the full path of php.ini file is: c:\xampp\php\php.ini
i changed ;xdebug.remote.enable 0 1 opening xampp , config , php, , disappeared phpinfo.
i run phpinfo both in console , in webserver
Comments
Post a Comment