From 2b89b5162107e0120116197c42cbb8309dfd8505 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Fri, 17 May 2013 12:30:29 +0200 Subject: [PATCH] Fixed #251 implode() error --- src/utils/Utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Utils.php b/src/utils/Utils.php index ba500d0a8..47235bffb 100644 --- a/src/utils/Utils.php +++ b/src/utils/Utils.php @@ -267,7 +267,7 @@ class Utils{ (string) mt_rand(), (string) rand(), function_exists("zend_thread_id") ? ((string) zend_thread_id()):microtime(), - function_exists("sys_getloadavg") ? implode(";", sys_getloadavg()):microtime(), + function_exists("sys_getloadavg") ? print_r(sys_getloadavg(), true):microtime(), serialize(get_loaded_extensions()), sys_get_temp_dir(), (string) disk_free_space("."),