Print successful installed extension message

pull/11/head
Michele Locati 2018-12-11 16:49:02 +01:00
parent 5e8ec484e8
commit 9419514e0f
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ if (isset($nameMap[$extensionLowerCase])) {
}
if (extension_loaded($extension)) {
fprintf(STDOUT, sprintf("Extension correctly loaded: %s\n", $extension));
exit(0);
}
fprintf(STDERR, sprintf("Extension not loaded: %s\n", $extension));