Welcome to the LOVD 2.0 bug tracking system. Please note that this bug tracking system is not for LOVD 3.0!
If you have any issues, please read the documentation and Frequently Asked Questions.
Please note that you need to register before you can submit bugs or feature requests.
If you have any issues, please read the documentation and Frequently Asked Questions.
Please note that you need to register before you can submit bugs or feature requests.
| By default, all closed tasks are hidden from view. Click here to see all tasks. |
FS#37 - allow for more flexible socket configuration settings
Attached to Project:
LOVD 2.0
Opened by Ammar Husami (husamia) - Wednesday, 15 October 2008, 17:54 GMT+2
Last edited by Ivo F.A.C. Fokkema (ifokkema) - Thursday, 16 October 2008, 10:10 GMT+2
Opened by Ammar Husami (husamia) - Wednesday, 15 October 2008, 17:54 GMT+2
Last edited by Ivo F.A.C. Fokkema (ifokkema) - Thursday, 16 October 2008, 10:10 GMT+2
|
DetailsThere is a modification that we made in one line 269 the inc-init.php file that allows our specific socket configuration read from config.ini to be recognized. The specific modification is adding a \":\\/\" in the line \'/^[0-9a-z][-0-9a-z.]*[0-9a-z]$/i, to make it \'/^[0-9a-z][-0-9a-z.:\\/]*[0-9a-z]$/i\', which allows for more flexible configuration.
refer to out notes at http://bmi.cchmc.org/resources/software/lovd/overview/?searchterm=lovd If you add this change to next version, we don\'t have to change it every time we do an update. Thank you |
This task depends upon
Closed by Ivo F.A.C. Fokkema (ifokkema)
Friday, 31 October 2008, 18:00 GMT+2
Reason for closing: Fixed
Friday, 31 October 2008, 18:00 GMT+2
Reason for closing: Fixed
\'/^([0-9a-z][-0-9a-z.]*[0-9a-z](:[0-9]+)?|:[-0-9a-z.\\/]+)$/i\'
Which is a little less permissive as you suggested, but it allows for the \"hostname:port\" and \":/path/to/socket\" values as you suggested.
Thank you for helping making LOVD better.