mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Removed pthreads dependency for merge
This commit is contained in:
parent
c959e14718
commit
4c34cdaa61
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user