R
R
Ruslan Absalyamov2019-03-02 11:08:28
PHP
Ruslan Absalyamov, 2019-03-02 11:08:28

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

I have a question, what path should I specify in /etc/php/7.2/mods-available/xdebug.ini
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

1 answer(s)
I
IF_IT, 2019-11-08
@IF_IT

This page will help you find which file to download and how to set up PHP to run Xdebug.
https://xdebug.org/wizard

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question