On Sun, 19 Aug 2012, Raymond Irving wrote:
> 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.
WHy would that be better than trying to connect to any IP if
remote_connect_back is turned on?
cheers,
Derick
-- Like Xdebug? Consider a donation: http://xdebug.org/donate.php Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org twitter: @derickr and @xdebugReceived on Sun Aug 19 2012 - 18:07:57 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST