Windows 7 Home Premium,
the contents of the php.ini file regarding xdebug are :
;zend_extension = "C:xamppphpextphp_xdebug.dll"
;xdebug.profiler_append = 0
;xdebug.profiler_enable = 1
;xdebug.profiler_enable_trigger = 0
;xdebug.profiler_output_dir = "C:xampp mp"
;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 mp"
the full path of the php.ini file is:
C:xamppphpphp.ini
I changed the ;xdebug.remote.enable from 0 to 1 by opening the XAMPP and then config and then PHP, and then it disappeared from phpinfo.
I run phpinfo both in console and in webserver
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…