update lib/context.php

This commit is contained in:
Shish 2014-11-30 12:49:08 +00:00
parent c0dfd9adc0
commit e4be2c24c6

View File

@ -20,7 +20,7 @@ function ctx_log_msg($func, $text, $type) {
microtime(true), # returning a float is 5.0+
php_uname('n'), # gethostname() is 5.3+
posix_getpid(),
posix_getpid(), //gettid(),
function_exists("hphp_get_thread_id") ? hphp_get_thread_id() : posix_getpid(),
$type, $func, $text
);
}