DBGP is missing in php.ini
Posted by: peterkn (85.218.222.---)
Date: October 28, 2018 06:20PM

fifteen

Options: ReplyQuote
Re: DBGP is missing in php.ini
Posted by: peterkn (85.218.222.---)
Date: October 28, 2018 06:24PM

I have tried xdebug.org syntax but the DBGP in phpinfo is missing.
My php.ini:
[xdebug]
zend_extension ="c:/wamp/bin/php/php7.1.22/zend_ext/php_xdebug-2.6.1-7.1-vc14-x86_64.dll"
xdebug.extended_info=on
xdebug.remote_enable=on
xdebug.profiler_enable = on
xdebug.profiler_enable_trigger = On
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir ="c:/wamp/tmp"
xdebug.show_local_vars=0
xdebug.remote_handler="dbgp"
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=on
xdebug.idekey="netbeans-xdebug"

Options: ReplyQuote


Sorry, only registered users may post in this forum.