Actions
Feature #81356
closedMake hostname work like IP address in devIPmask setting
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
-
Start date:
2017-05-29
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Unfortunatly I don't have a fixed IP address, so I use a dyndns-like service to identify my computer. That has some implications when it comes to debugging, because when I use
[SYS][displayErrors] = -1
I would like to be able to write
[SYS][devIPmask] = example.dyndns.com
The IP address can be obtained by http://php.net/manual/function.gethostbyname.php so I guess it would be rather easy to extend this functionality.
Actions