Fixed #251 implode() error

This commit is contained in:
Shoghi Cervantes Pueyo 2013-05-17 12:30:29 +02:00
parent f3fe0a6d27
commit 2b89b51621

View File

@ -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("."),