[xdebug-general] Feature request for remote_connect_back

From: Raymond Irving <xwisdom[@]gmail.com>
Date: Sun, 19 Aug 2012 09:41:38 -0500

Hello,

I've posted this request sometime ago....

How about making xdebug support a comma delimited list of ips for
remote_connect_back? This could be done my checking to see if
$_SERVER['REMOTE_ADDR'] is
within the list of ips. Then it could use the $_SERVER['REMOTE_ADDR'] to
make a connection. The same could be done for remote_host if
$_SERVER['REMOTE_ADDR']
 existing in the remote_host list.

xdebug.remote_connect_back = 192.168.1.1, 192.168.1.2, 10.100.40.10

It would be it so much easier to setup xdebug for a group of developers
rather than having to setup a proxy server. You could even make design to
to support partial IP blocks:

xdebug.remote_connect_back = 192.168.1., 194.100., 10.100.

XDebug could then check if the remote IP begins with any of the strings
listed above.

IMO, it would make XDebug easier to configure for a group of developers.

__
Raymond
Received on Sun Aug 19 2012 - 15:41:39 BST

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