Removed libevent dependency

This commit is contained in:
Shoghi Cervantes Pueyo
2013-04-25 17:29:32 +02:00
parent 515fcf0890
commit 33a614c615
4 changed files with 1 additions and 35 deletions

View File

@ -65,11 +65,6 @@ if(!extension_loaded("pthreads") and @dl((PHP_SHLIB_SUFFIX === "dll" ? "php_":""
++$errors;
}
if(!extension_loaded("libevent") and @dl((PHP_SHLIB_SUFFIX === "dll" ? "php_":"") . "libevent." . PHP_SHLIB_SUFFIX) === false){
console("[ERROR] Unable to find the libevent extension.", true, true, 0);
++$errors;
}
if(!extension_loaded("curl") and @dl((PHP_SHLIB_SUFFIX === "dll" ? "php_":"") . "curl." . PHP_SHLIB_SUFFIX) === false){
console("[ERROR] Unable to find the cURL extension.", true, true, 0);
++$errors;