Improved crash dumps

This commit is contained in:
Shoghi Cervantes
2014-01-28 12:50:42 +01:00
parent f8b270e33f
commit 9a4bae7d64
3 changed files with 33 additions and 4 deletions

View File

@ -81,7 +81,7 @@ if(!extension_loaded("zlib") and @dl((PHP_SHLIB_SUFFIX === "dll" ? "php_":"") .
}
if($errors > 0){
console("[ERROR] Please use the installer provided on the homepage.", true, true, 0);
console("[ERROR] Please use the installer provided on the homepage, or recompile PHP again.", true, true, 0);
exit(1); //Exit with error
}