Removed libevent

This commit is contained in:
Shoghi Cervantes Pueyo
2013-05-16 16:12:15 +02:00
parent 072e1328f1
commit 1f8987183b
3 changed files with 5 additions and 29 deletions

View File

@ -80,12 +80,6 @@ if(!extension_loaded("zlib") and @dl((PHP_SHLIB_SUFFIX === "dll" ? "php_":"") .
++$errors;
}
if(extension_loaded("event")){
define("HAS_EVENT", true);
}else{
define("HAS_EVENT", false);
}
if($errors > 0){
console("[ERROR] Please use the installer provided on the homepage.", true, true, 0);
exit(1); //Exit with error