Description of my issue: During the restoring process of my websites I'm getting the message :
Warning: syntax error, unexpected '~' in /home/websites/<website>/installation/extrainfo.ini on line 5 in /home/websites/<website>/installation/angie/platform/models/main.php on line 299
Warning: array_key_exists() expects parameter 2 to be array, boolean given in /home/websites/<website>/installation/angie/platform/models/main.php on line 302
Warning: array_key_exists() expects parameter 2 to be array, boolean given in /home/websites/<website>/installation/angie/platform/models/main.php on line 309
Warning: array_key_exists() expects parameter 2 to be array, boolean given in /home/websites/<website>/installation/angie/platform/models/main.php on line 316
Warning: array_key_exists() expects parameter 2 to be array, boolean given in /home/websites/<website>/installation/angie/platform/models/main.php on line 323
line 5 in extrainfo.ini contains php_version=5.4.25-1~dotdeb.1.
When I manually update the php version in extrainfo.ini tot php_version=5.4.25-1_dotdeb.1 no error occurs.
Installing the backup works fine and the website is completely working but it seems right to inform you about this issue.