phpinfo()
shows the path to the configuration: /etc/php5/apache2/conf.d/20-xdebug.ini
But the file contains only a string: zend_extension=xdebug.so
The file usr/lib/php5/20100525/xdebug.so
looks like this:
In php.ini, there are no lines containing "xdeb" or "remote_connect"
UP: What I need? The phpinfo()
shows that the xdebug.remote_connect_back
setting is off. I need to turn it on.