Hello.
My current xdebug php.ini configuration is:
[xdebug]
zend_extension="/usr/lib/php/extensions/no-debug-non-zts-20160303/xdebug.so"
xdebug.profiler_output_dir="/tmp/xdebug/"
xdebug.profiler_enable=on
xdebug.remote_enable=on
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
And when il run debug in Zend Studio, debug ignore all breakpoint. php -I result from terminal is:
PHP Warning: Method xdebug_start_function_monitor() cannot be a NULL function in Unknown on line 0
PHP Warning: xdebug: Unable to register functions, unable to load in Unknown on line 0
Segmentation fault: 11
phpinfo() not result and debug configuration.
Thank You for help and patience!
My current xdebug php.ini configuration is:
[xdebug]
zend_extension="/usr/lib/php/extensions/no-debug-non-zts-20160303/xdebug.so"
xdebug.profiler_output_dir="/tmp/xdebug/"
xdebug.profiler_enable=on
xdebug.remote_enable=on
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
And when il run debug in Zend Studio, debug ignore all breakpoint. php -I result from terminal is:
PHP Warning: Method xdebug_start_function_monitor() cannot be a NULL function in Unknown on line 0
PHP Warning: xdebug: Unable to register functions, unable to load in Unknown on line 0
Segmentation fault: 11
phpinfo() not result and debug configuration.
Thank You for help and patience!