Hello,
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:
# comma delimited list of ip address
xdebug.remote_host = 192.168.1.1, 192.168.1.2, 10.100.40.10
# or a comma delimited list of ip addresses and host names
xdebug.remote_host = 192.168.1.1, 192.168.1.2, localhost, pc1.mydomain.com
# comma delimited list of ip addresses and host names with wildcard
xdebug.remote_host = 192.168.1.*, 10.190.10.100, *.mydomain.com
Another feature that would be useful for added security is to have a setting
for allowed xdebug sessions:
# comma delimited list of allowed session ids
xdebug.remote_session = session_id1, session_id2, etc
What do you think?
Best regards,
__
Raymond
Received on Wed Feb 16 2011 - 19:15:41 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST