From 03c8c91b466b677aabfafd4fc51de5821cd87162 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Sat, 12 Jan 2013 10:07:17 +0100 Subject: [PATCH] Changed info --- src/common/dependencies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/dependencies.php b/src/common/dependencies.php index c6019f551..683051bcd 100644 --- a/src/common/dependencies.php +++ b/src/common/dependencies.php @@ -57,7 +57,7 @@ if(!extension_loaded("sockets") and @dl((PHP_SHLIB_SUFFIX === "dll" ? "php_":"") } if(!extension_loaded("pthreads") and @dl((PHP_SHLIB_SUFFIX === "dll" ? "php_":"") . "pthreads." . PHP_SHLIB_SUFFIX) === false){ - console("[ERROR] Unable to find pthreads extension. [https://github.com/krakjoe/pthreads]", true, true, 0); + console("[ERROR] Unable to find pthreads extension. Use the Installer available in the Homepage", true, true, 0); ++$errors; }