C:\Windows\System32\drivers\etc\hosts

1. uncomment the line 127.0.0.1 for example

# localhost name resolution is handled within DNS itself.
	127.0.0.1       localhost
#	::1             localhost

2.open the php.ini file search the XDEBUG

Disable xdebug
add the following lines for example.

; XDEBUG Extension
[xdebug]
zend_extension ="c:/wamp64/bin/php/php7.0.23/zend_ext/php_xdebug-2.5.5-7.0-vc14-x86_64.dll"

xdebug.remote_enable = off
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = Off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir ="c:/wamp64/tmp"
xdebug.show_local_vars=0

## Disable XDEBUG IN WAMPP
xdebug.remote_autostart=0
xdebug.remote_enable=0
xdebug.profiler_enable=0

Categories: Wampp/Xampp

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *