Answer the question
In order to leave comments, you need to log in
Which xdebug,so path to point to in order to drop xdebug?
When I looked at what xdebug.so files are. To configure the xdebug configuration file, I found several at once
locate xdebug.so
/usr/lib/php/20131226/xdebug.so
/usr/lib/php/20151012/xdebug.so
/usr/lib/php/20160303/xdebug.so
/usr/lib/php/20170718/xdebug.so
/usr/lib/php/20180731/xdebug.so
zend_extension=xdebug.so//Вот тут какой путь указывать?
xdebug.remote_autostart = 1
xdebug.remote_enable = 1
xdebug.remote_handler = dbgp
xdebug.remote_host = 127.0.0.1
xdebug.remote_log = /tmp/xdebug_remote.log
xdebug.remote_mode = req
xdebug.remote_port = 9000
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question