Readded pthreads dependency

This commit is contained in:
Shoghi Cervantes Pueyo 2012-12-29 02:32:51 +01:00
parent 3ab149cf58
commit 3e392820f1

View File

@ -54,10 +54,10 @@ if(!extension_loaded("sockets")){
++$errors;
}
/*if(!extension_loaded("pthreads")){
if(!extension_loaded("pthreads")){
console("[ERROR] Unable to find pthreads extension. [https://github.com/krakjoe/pthreads]", true, true, 0);
++$errors;
}*/
}
if(!extension_loaded("curl")){
console("[ERROR] Unable to find cURL extension", true, true, 0);