[xdebug-general] Re: Multiple User Feature Request

From: Derick Rethans <derick[@]xdebug.org>
Date: Thu, 17 Feb 2011 14:30:44 +0000 (GMT)

On Wed, 16 Feb 2011, Raymond Irving wrote:

> I've noticed that XDebug does not support multiple user connections because
> xdebug.remote_host can only support one IP address at a time but isn't it
> possible to allow remote_host to support a comma delimited list of host
> names or ip addresses? It could even be modified to support wildcards or
> regex patterns. For example:

Xdebug (since 2.1) has a xdebug.remote_connect_back setting:
http://www.xdebug.org/docs/remote#remote_connect_back

Does that do what you want?

> # comma delimited list of ip address
> xdebug.remote_host = 192.168.1.1, 192.168.1.2, 10.100.40.10

That would not work, as Xdebug needs to know to which IP address to
connect to. It can't randomly guess from that list.

cheers,
Derick

-- 
Like Xdebug? Consider a donation: http://xdebug.org/donate.php
Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org
twitter: @derickr and @xdebug
Received on Thu Feb 17 2011 - 14:30:44 GMT

This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST