update lib/context.php
This commit is contained in:
parent
c0dfd9adc0
commit
e4be2c24c6
@ -20,7 +20,7 @@ function ctx_log_msg($func, $text, $type) {
|
|||||||
microtime(true), # returning a float is 5.0+
|
microtime(true), # returning a float is 5.0+
|
||||||
php_uname('n'), # gethostname() is 5.3+
|
php_uname('n'), # gethostname() is 5.3+
|
||||||
posix_getpid(),
|
posix_getpid(),
|
||||||
posix_getpid(), //gettid(),
|
function_exists("hphp_get_thread_id") ? hphp_get_thread_id() : posix_getpid(),
|
||||||
$type, $func, $text
|
$type, $func, $text
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user