mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-19 01:16:38 +00:00
pthreads dependency
This commit is contained in:
parent
78c2a06623
commit
2d9b701847
@ -54,6 +54,11 @@ if(!extension_loaded("sockets")){
|
|||||||
++$errors;
|
++$errors;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(!extension_loaded("pthreads")){
|
||||||
|
console("[ERROR] Unable to find pthreads extension. [https://github.com/krakjoe/pthreads]", true, true, 0);
|
||||||
|
++$errors;
|
||||||
|
}
|
||||||
|
|
||||||
if(!extension_loaded("curl")){
|
if(!extension_loaded("curl")){
|
||||||
console("[ERROR] Unable to find cURL extension", true, true, 0);
|
console("[ERROR] Unable to find cURL extension", true, true, 0);
|
||||||
++$errors;
|
++$errors;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user