Updated tools

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-20 03:59:16 +01:00
parent d4487e66f6
commit b52a7ad28e
2 changed files with 6 additions and 4 deletions

View File

@ -54,10 +54,10 @@ if(!extension_loaded("sockets")){
++$errors;
}
/*if(!extension_loaded("zlib")){
console("[ERROR] Unable to find Zlib extension", true, true, 0);
if(!extension_loaded("curl")){
console("[ERROR] Unable to find cURL extension", true, true, 0);
++$errors;
}*/
}
if(!extension_loaded("sqlite3")){
console("[ERROR] Unable to find SQLite3 extension", true, true, 0);