mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Fallback mechanism for missing IDN functions
This commit is contained in:
parent
e9dcf15d86
commit
78dc61b59e
6 changed files with 58 additions and 32 deletions
|
@ -110,6 +110,8 @@ class InstallerTest extends MockedTest
|
|||
$this->mockL10nT('Error: File Information PHP module required but not installed.', 1);
|
||||
$this->mockL10nT('GNU Multiple Precision PHP module', 1);
|
||||
$this->mockL10nT('Error: GNU Multiple Precision PHP module required but not installed.', 1);
|
||||
$this->mockL10nT('IDN Functions PHP module', 1);
|
||||
$this->mockL10nT('Error: IDN Functions PHP module required but not installed.', 1);
|
||||
$this->mockL10nT('Program execution functions', 1);
|
||||
$this->mockL10nT('Error: Program execution functions (proc_open) required but not enabled.', 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue