3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL | E_STRICT); $profilings=array(microtime(true)); $filename='/dev/shm/mutex_kv-lock2.lock'; $fo =fopen($filename, 'w+'); $result=flock($fo, LOCK_EX | LOCK_NB, $ref); $r1 =flock($fo, LOCK_UN); $r2 =fclose($fo); var_dump($fo,$result,$r1,$r2,$ref);echo "\r\n"; $fo =fopen($filename, 'w+'); $r0 =flock($fo, LOCK_EX, $ref); $r4 =fwrite($fo, (float)$_SERVER['REQUEST_TIME_FLOAT']."\n"); sleep(2); $r1 =flock($fo, LOCK_UN); $r2 =fclose($fo); var_dump($fo,$r0,$r4,$r1,$r2,$ref);echo "\r\n\r\n"; unset($fo, $r1, $r2, $r0); $profilings[]=microtime(true); echo ($profilings[1]-$profilings[0])."\r\n".(float)$_SERVER['REQUEST_TIME_FLOAT']."\r\n".$profilings[0]."\r\n"; echo 'pid='.posix_getpid(); ?>
Output for 7.4.6
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0020678043365 1412709699.0001 1412709699.009 pid=2
Output for 7.4.5
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005810260773 1412709699.0001 1412709699.009 pid=2
Output for 7.4.4
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006809234619 1412709699.0001 1412709699.0117 pid=2
Output for 7.4.3
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0022490024567 1412709699.0001 1412709699.008 pid=2
Output for 7.4.2
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0023701190948 1412709699.0001 1412709699.0119 pid=2
Output for 7.4.1
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.027172088623 1412709699.0001 1412709699.0107 pid=2
Output for 7.4.0
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0129179954529 1412709699.0001 1412709699.0167 pid=2
Output for 7.3.18
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006880760193 1412709699.0001 1412709699.0129 pid=2
Output for 7.3.17
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006589889526 1412709699.0001 1412709699.0097 pid=2
Output for 7.3.16
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005168914795 1412709699.0001 1412709699.0151 pid=2
Output for 7.3.15
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005550384521 1412709699.0001 1412709699.0084 pid=2
Output for 7.3.14
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0007350444794 1412709699.0001 1412709699.0249 pid=2
Output for 7.3.13
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0032367706299 1412709699.0001 1412709699.0195 pid=2
Output for 7.3.12
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0026359558105 1412709699.0001 1412709699.0093 pid=2
Output for 7.3.11
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006771087646 1412709699.0001 1412709699.016 pid=2
Output for 7.3.10
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004549026489 1412709699.0001 1412709699.0107 pid=2
Output for 7.3.9
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0077030658722 1412709699.0001 1412709699.01 pid=2
Output for 7.3.8
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.005383014679 1412709699.0001 1412709699.0142 pid=2
Output for 7.3.7
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0081191062927 1412709699.0001 1412709699.0206 pid=2
Output for 7.3.6
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005528926849 1412709699.0001 1412709699.0158 pid=2
Output for 7.3.5
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0026230812073 1412709699.0001 1412709699.0136 pid=2
Output for 7.3.4
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0156149864197 1412709699.0001 1412709699.0291 pid=2
Output for 7.3.3
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0195450782776 1412709699.0001 1412709699.0215 pid=2
Output for 7.3.2
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0021648406982 1412709699.0001 1412709699.0172 pid=2
Output for 7.3.1
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0027091503143 1412709699.0001 1412709699.0096 pid=2
Output for 7.3.0
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, bool given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0091691017151 1412709699.0001 1412709699.0205 pid=2
Output for 7.2.31
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006461143494 1412709699.0001 1412709699.0087 pid=2
Output for 7.2.30
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.000629901886 1412709699.0001 1412709699.0099 pid=2
Output for 7.2.29
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005729198456 1412709699.0001 1412709699.0089 pid=2
Output for 7.2.28
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0020709037781 1412709699.0001 1412709699.0101 pid=2
Output for 7.2.27
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006182193756 1412709699.0001 1412709699.024 pid=2
Output for 7.2.26
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0021281242371 1412709699.0001 1412709699.0195 pid=2
Output for 7.2.25
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006551742554 1412709699.0001 1412709699.0187 pid=2
Output for 7.2.24
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0069620609283 1412709699.0001 1412709699.0474 pid=2
Output for 7.2.23
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006618499756 1412709699.0001 1412709699.0098 pid=2
Output for 7.2.22
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.000993013382 1412709699.0001 1412709699.0126 pid=2
Output for 7.2.21
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0022659301758 1412709699.0001 1412709699.0128 pid=2
Output for 7.2.20
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.000538110733 1412709699.0001 1412709699.0477 pid=2
Output for 7.2.19
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0022158622742 1412709699.0001 1412709699.0177 pid=2
Output for 7.2.18
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0026798248291 1412709699.0001 1412709699.0114 pid=2
Output for 7.2.17
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0025968551636 1412709699.0001 1412709699.0127 pid=2
Output for 7.2.16
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.001916885376 1412709699.0001 1412709699.0118 pid=2
Output for 7.2.15
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0067768096924 1412709699.0001 1412709699.0169 pid=2
Output for 7.2.14
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0008790493011 1412709699.0001 1412709699.01 pid=2
Output for 7.2.13
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006039142609 1412709699.0001 1412709699.0149 pid=2
Output for 7.2.12
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0008249282837 1412709699.0001 1412709699.0491 pid=2
Output for 7.2.11
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005338191986 1412709699.0001 1412709699.0092 pid=2
Output for 7.2.10
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005030632019 1412709699.0001 1412709699.0094 pid=2
Output for 7.2.9
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006260871887 1412709699.0001 1412709699.0104 pid=2
Output for 7.2.8
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0024509429932 1412709699.0001 1412709699.0175 pid=2
Output for 7.2.7
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005161762238 1412709699.0001 1412709699.0097 pid=2
Output for 7.2.6
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0035359859467 1412709699.0001 1412709699.0104 pid=2
Output for 7.2.5
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.000678062439 1412709699.0001 1412709699.0097 pid=2
Output for 7.2.4
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006611347198 1412709699.0001 1412709699.0096 pid=2
Output for 7.2.3
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005400180817 1412709699.0001 1412709699.0117 pid=2
Output for 7.2.2
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005111694336 1412709699.0001 1412709699.0158 pid=2
Output for 7.2.1
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0022509098053 1412709699.0001 1412709699.0141 pid=2
Output for 7.2.0
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0091888904572 1412709699.0001 1412709699.0217 pid=2
Output for 7.1.33
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0116028785706 1412709699.0001 1412709699.01 pid=2
Output for 7.1.32
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0075700283051 1412709699.0001 1412709699.0082 pid=2
Output for 7.1.31
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0010468959808 1412709699.0001 1412709699.0269 pid=2
Output for 7.1.30
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0031290054321 1412709699.0001 1412709699.0141 pid=2
Output for 7.1.29
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0025191307068 1412709699.0001 1412709699.0101 pid=2
Output for 7.1.28
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0058300495148 1412709699.0001 1412709699.0153 pid=2
Output for 7.1.27
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0012350082397 1412709699.0001 1412709699.0117 pid=2
Output for 7.1.26
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006351470947 1412709699.0001 1412709699.0089 pid=2
Output for 7.1.25
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0021719932556 1412709699.0001 1412709699.0087 pid=2
Output for 7.1.24
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0023188591003 1412709699.0001 1412709699.0112 pid=2
Output for 7.1.23
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.002158164978 1412709699.0001 1412709699.0097 pid=2
Output for 7.1.22
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0037090778351 1412709699.0001 1412709699.0136 pid=2
Output for 7.1.21
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0022568702698 1412709699.0001 1412709699.01 pid=2
Output for 7.1.20
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0039420127869 1412709699.0001 1412709699.0111 pid=2
Output for 7.1.19
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0020051002502 1412709699.0001 1412709699.01 pid=2
Output for 7.1.18
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0031270980835 1412709699.0001 1412709699.0128 pid=2
Output for 7.1.17
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004990100861 1412709699.0001 1412709699.0103 pid=2
Output for 7.1.16
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004861354828 1412709699.0001 1412709699.0078 pid=2
Output for 7.1.15
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006341934204 1412709699.0001 1412709699.0077 pid=2
Output for 7.1.14
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.000529050827 1412709699.0001 1412709699.0094 pid=2
Output for 7.1.13
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005280971527 1412709699.0001 1412709699.0087 pid=2
Output for 7.1.12
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.002259016037 1412709699.0001 1412709699.0092 pid=2
Output for 7.1.11
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005869865417 1412709699.0001 1412709699.0089 pid=2
Output for 7.1.10
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0059809684753 1412709699.0001 1412709699.0128 pid=2
Output for 7.1.9
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0025200843811 1412709699.0001 1412709699.0117 pid=2
Output for 7.1.8
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0034320354462 1412709699.0001 1412709699.0089 pid=2
Output for 7.1.7
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0019910335541 1412709699.0001 1412709699.0104 pid=2
Output for 7.1.6
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006639957428 1412709699.0001 1412709699.0119 pid=2
Output for 7.1.5
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006511211395 1412709699.0001 1412709699.0138 pid=2
Output for 7.1.4
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0030019283295 1412709699.0001 1412709699.013 pid=2
Output for 7.1.3
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.002644777298 1412709699.0001 1412709699.0122 pid=2
Output for 7.1.2
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006370544434 1412709699.0001 1412709699.0079 pid=2
Output for 7.1.1
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005829334259 1412709699.0001 1412709699.0131 pid=2
Output for 7.1.0
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0007989406586 1412709699.0001 1412709699.0131 pid=2
Output for 7.0.33
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0009717941284 1412709699.0001 1412709699.0131 pid=2
Output for 7.0.32
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0028629302979 1412709699.0001 1412709699.0107 pid=2
Output for 7.0.31
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006630420685 1412709699.0001 1412709699.0155 pid=2
Output for 7.0.30
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006067752838 1412709699.0001 1412709699.0104 pid=2
Output for 7.0.29
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0052208900452 1412709699.0001 1412709699.0069 pid=2
Output for 7.0.28
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005140304565 1412709699.0001 1412709699.0104 pid=2
Output for 7.0.27
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006718635559 1412709699.0001 1412709699.0106 pid=2
Output for 7.0.26
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005140304565 1412709699.0001 1412709699.008 pid=2
Output for 7.0.25
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006489753723 1412709699.0001 1412709699.0137 pid=2
Output for 7.0.24
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005879402161 1412709699.0001 1412709699.0118 pid=2
Output for 7.0.23
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005090236664 1412709699.0001 1412709699.0132 pid=2
Output for 7.0.22
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006229877472 1412709699.0001 1412709699.0112 pid=2
Output for 7.0.21
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0026998519897 1412709699.0001 1412709699.0076 pid=2
Output for 7.0.20
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0020840167999 1412709699.0001 1412709699.0079 pid=2
Output for 7.0.19
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006108283997 1412709699.0001 1412709699.0075 pid=2
Output for 7.0.18
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004899501801 1412709699.0001 1412709699.0077 pid=2
Output for 7.0.17
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.000492811203 1412709699.0001 1412709699.0079 pid=2
Output for 7.0.16
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005600452423 1412709699.0001 1412709699.0082 pid=2
Output for 7.0.15
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0021619796753 1412709699.0001 1412709699.0139 pid=2
Output for 7.0.14
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006060600281 1412709699.0001 1412709699.0115 pid=2
Output for 7.0.13
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0021550655365 1412709699.0001 1412709699.0081 pid=2
Output for 7.0.12
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0028669834137 1412709699.0001 1412709699.0103 pid=2
Output for 7.0.11
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0007300376892 1412709699.0001 1412709699.0078 pid=2
Output for 7.0.10
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0025060176849 1412709699.0001 1412709699.0106 pid=2
Output for 7.0.9
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0007879734039 1412709699.0001 1412709699.0099 pid=2
Output for 7.0.8
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0009479522705 1412709699.0001 1412709699.0113 pid=2
Output for 7.0.7
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004870891571 1412709699.0001 1412709699.0357 pid=2
Output for 7.0.6
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0032420158386 1412709699.0001 1412709699.0161 pid=2
Output for 7.0.5
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0028300285339 1412709699.0001 1412709699.0231 pid=2
Output for 7.0.4
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005009174347 1412709699.0001 1412709699.0077 pid=2
Output for 7.0.3
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0008361339569 1412709699.0001 1412709699.0127 pid=2
Output for 7.0.2
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0011439323425 1412709699.0001 1412709699.0127 pid=2
Output for 7.0.1
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0020558834076 1412709699.0001 1412709699.0211 pid=2
Output for 7.0.0
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0030808448792 1412709699.0001 1412709699.0112 pid=2
Output for 5.6.40
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0015630722046 1412709699.0001 1412709699.0176 pid=2
Output for 5.6.39
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0025379657745 1412709699.0001 1412709699.0113 pid=2
Output for 5.6.38
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006189346313 1412709699.0001 1412709699.0111 pid=2
Output for 5.6.37
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0078060626984 1412709699.0001 1412709699.011 pid=2
Output for 5.6.36
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0032958984375 1412709699.0001 1412709699.0284 pid=2
Output for 5.6.35
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0024631023407 1412709699.0001 1412709699.0141 pid=2
Output for 5.6.34
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.000659942627 1412709699.0001 1412709699.0097 pid=2
Output for 5.6.33
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004889965057 1412709699.0001 1412709699.0156 pid=2
Output for 5.6.32
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0020611286163 1412709699.0001 1412709699.016 pid=2
Output for 5.6.31
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005168914795 1412709699.0001 1412709699.011 pid=2
Output for 5.6.30
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0008821487427 1412709699.0001 1412709699.0149 pid=2
Output for 5.6.29
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0029518604279 1412709699.0001 1412709699.0196 pid=2
Output for 5.6.28
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0008461475372 1412709699.0001 1412709699.0113 pid=2
Output for 5.6.27
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0042979717255 1412709699.0001 1412709699.0222 pid=2
Output for 5.6.26
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005300045013 1412709699.0001 1412709699.0127 pid=2
Output for 5.6.25
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0009388923645 1412709699.0001 1412709699.0159 pid=2
Output for 5.6.24
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.000589132309 1412709699.0001 1412709699.0097 pid=2
Output for 5.6.23
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0033278465271 1412709699.0001 1412709699.0149 pid=2
Output for 5.6.22
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.002415895462 1412709699.0001 1412709699.0118 pid=2
Output for 5.6.21
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0028998851776 1412709699.0001 1412709699.0229 pid=2
Output for 5.6.20
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0019390583038 1412709699.0001 1412709699.0109 pid=2
Output for 5.6.19
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0022578239441 1412709699.0001 1412709699.0123 pid=2
Output for 5.6.18
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0013370513916 1412709699.0001 1412709699.0292 pid=2
Output for 5.6.17
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005760192871 1412709699.0001 1412709699.0242 pid=2
Output for 5.6.16
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0093629360199 1412709699.0001 1412709699.0155 pid=2
Output for 5.6.15
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.005261182785 1412709699.0001 1412709699.0239 pid=2
Output for 5.6.14
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0068609714508 1412709699.0001 1412709699.0215 pid=2
Output for 5.6.13
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0020859241486 1412709699.0001 1412709699.0319 pid=2
Output for 5.6.12
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005090236664 1412709699.0001 1412709699.0118 pid=2
Output for 5.6.11
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0050909519196 1412709699.0001 1412709699.0307 pid=2
Output for 5.6.10
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0020189285278 1412709699.0001 1412709699.0268 pid=2
Output for 5.6.9
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0088820457458 1412709699.0001 1412709699.0345 pid=2
Output for 5.6.8
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0084068775177 1412709699.0001 1412709699.0333 pid=2
Output for 5.6.7
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0007197856903 1412709699.0001 1412709699.0149 pid=2
Output for 5.6.6
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0025250911713 1412709699.0001 1412709699.0119 pid=2
Output for 5.6.5
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0019979476929 1412709699.0001 1412709699.0103 pid=2
Output for 5.6.4
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005691051483 1412709699.0001 1412709699.0134 pid=2
Output for 5.6.3
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006580352783 1412709699.0001 1412709699.0118 pid=2
Output for 5.6.2
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0024189949036 1412709699.0001 1412709699.0139 pid=2
Output for 5.6.1
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0021319389343 1412709699.0001 1412709699.0149 pid=2
Output for 5.6.0
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0007030963898 1412709699.0001 1412709699.0212 pid=2
Output for 5.5.38
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0008451938629 1412709699.0001 1412709699.0124 pid=2
Output for 5.5.37
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.000559091568 1412709699.0001 1412709699.0137 pid=2
Output for 5.5.36
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0009942054749 1412709699.0001 1412709699.02 pid=2
Output for 5.5.35
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005331039429 1412709699.0001 1412709699.0097 pid=2
Output for 5.5.34
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006279945374 1412709699.0001 1412709699.0099 pid=2
Output for 5.5.33
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0029630661011 1412709699.0001 1412709699.0205 pid=2
Output for 5.5.32
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005390644073 1412709699.0001 1412709699.0287 pid=2
Output for 5.5.31
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.000480890274 1412709699.0001 1412709699.0187 pid=2
Output for 5.5.30
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0031249523163 1412709699.0001 1412709699.0292 pid=2
Output for 5.5.29
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004689693451 1412709699.0001 1412709699.0179 pid=2
Output for 5.5.28
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0009438991547 1412709699.0001 1412709699.0304 pid=2
Output for 5.5.27
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005970001221 1412709699.0001 1412709699.0191 pid=2
Output for 5.5.26
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0040650367737 1412709699.0001 1412709699.0374 pid=2
Output for 5.5.25
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0063190460205 1412709699.0001 1412709699.0163 pid=2
Output for 5.5.24
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0020189285278 1412709699.0001 1412709699.01 pid=2
Output for 5.5.23
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.005558013916 1412709699.0001 1412709699.0142 pid=2
Output for 5.5.22
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0047421455383 1412709699.0001 1412709699.0215 pid=2
Output for 5.5.21
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004858970642 1412709699.0001 1412709699.0128 pid=2
Output for 5.5.20
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0028848648071 1412709699.0001 1412709699.0115 pid=2
Output for 5.5.19
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0007071495056 1412709699.0001 1412709699.0102 pid=2
Output for 5.5.18
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0015251636505 1412709699.0001 1412709699.0163 pid=2
Output for 5.5.17
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006549358368 1412709699.0001 1412709699.0294 pid=2
Output for 5.5.16
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0030128955841 1412709699.0001 1412709699.016 pid=2
Output for 5.5.15
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0028579235077 1412709699.0001 1412709699.0106 pid=2
Output for 5.5.14
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0009441375732 1412709699.0001 1412709699.0161 pid=2
Output for 5.5.13
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005271434784 1412709699.0001 1412709699.0099 pid=2
Output for 5.5.12
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0007100105286 1412709699.0001 1412709699.0278 pid=2
Output for 5.5.11
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004849433899 1412709699.0001 1412709699.0105 pid=2
Output for 5.5.10
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004959106445 1412709699.0001 1412709699.0157 pid=2
Output for 5.5.9
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0030999183655 1412709699.0001 1412709699.0175 pid=2
Output for 5.5.8
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0019629001617 1412709699.0001 1412709699.021 pid=2
Output for 5.5.7
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0020358562469 1412709699.0001 1412709699.012 pid=2
Output for 5.5.6
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0020380020142 1412709699.0001 1412709699.0103 pid=2
Output for 5.5.5
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0023839473724 1412709699.0001 1412709699.0104 pid=2
Output for 5.5.4
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004830360413 1412709699.0001 1412709699.0176 pid=2
Output for 5.5.3
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.005527973175 1412709699.0001 1412709699.0131 pid=2
Output for 5.5.2
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.0030410289764 1412709699.0001 1412709699.0251 pid=2
Output for 5.5.1
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.002375125885 1412709699.0001 1412709699.0185 pid=2
Output for 5.5.0
Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 6 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/dev/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/ACdVg on line 12 Warning: fopen(/dev/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/ACdVg on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 16 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/ACdVg on line 17 bool(false) NULL bool(false) NULL bool(false) NULL 2.004634141922 1412709699.0001 1412709699.0336 pid=2
Output for 5.4.45
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0003778934479 1412709699.0001 1412709699.0062 pid=2
Output for 5.4.8, 5.4.10 - 5.4.11, 5.4.14, 5.4.16, 5.4.36 - 5.4.44
resource(5) of type (Unknown) bool(false) bool(true) bool(true) int(1)
Process exited with code 137.
Output for 5.4.35
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0007059574127 1412709699.0001 1412709699.0079 pid=2
Output for 5.4.34
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0005028247833 1412709699.0001 1412709699.0068 pid=2
Output for 5.4.33
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0007481575012 1412709699.0001 1412709699.0069 pid=2
Output for 5.4.32
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0004699230194 1412709699.0001 1412709699.007 pid=2
Output for 5.4.31
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0007238388062 1412709699.0001 1412709699.0067 pid=2
Output for 5.4.30
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.000501871109 1412709699.0001 1412709699.0094 pid=2
Output for 5.4.29
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0006740093231 1412709699.0001 1412709699.0193 pid=2
Output for 5.4.28
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0039620399475 1412709699.0001 1412709699.0115 pid=2
Output for 5.4.27
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0004668235779 1412709699.0001 1412709699.0065 pid=2
Output for 5.4.26
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0003590583801 1412709699.0001 1412709699.006 pid=2
Output for 5.4.25
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0004930496216 1412709699.0001 1412709699.0418 pid=2
Output for 5.4.24
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0011379718781 1412709699.0001 1412709699.013 pid=2
Output for 5.4.23
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0036101341248 1412709699.0001 1412709699.0175 pid=2
Output for 5.4.22
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0007638931274 1412709699.0001 1412709699.0058 pid=2
Output for 5.4.21
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0004849433899 1412709699.0001 1412709699.013 pid=2
Output for 5.4.20
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0005531311035 1412709699.0001 1412709699.0279 pid=2
Output for 5.4.19
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0069620609283 1412709699.0001 1412709699.0134 pid=2
Output for 5.4.18
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0006442070007 1412709699.0001 1412709699.0097 pid=2
Output for 5.4.17
resource(5) of type (Unknown) bool(false) bool(true) bool(true) int(1) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.4559268951416 1412709699.0001 1412709699.0095 pid=2
Output for 5.4.15
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0006630420685 1412709699.0001 1412709699.0078 pid=2
Output for 5.4.13
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0004479885101 1412709699.0001 1412709699.0194 pid=2
Output for 5.4.12
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.00044298172 1412709699.0001 1412709699.0064 pid=2
Output for 5.4.9
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0004289150238 1412709699.0001 1412709699.0063 pid=2
Output for 5.4.7
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0005600452423 1412709699.0001 1412709699.0099 pid=2
Output for 5.4.6
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0006260871887 1412709699.0001 1412709699.0064 pid=2
Output for 5.4.5
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0005528926849 1412709699.0001 1412709699.0061 pid=2
Output for 5.4.4
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0003488063812 1412709823.4686 1412709823.4687 pid=5010
Output for 5.4.3
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0004019737244 1412709825.5133 1412709825.5135 pid=5011
Output for 5.4.2
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0002930164337 1412709827.5581 1412709827.5582 pid=5012
Output for 5.4.1
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0003428459167 1412709829.6016 1412709829.6017 pid=5013
Output for 5.4.0
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) resource(6) of type (Unknown) bool(true) int(16) bool(true) bool(true) int(0) 2.0004148483276 1412709831.6461 1412709831.6462 pid=5014
Output for 5.3.29
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0109331607819 0 1412709699.0001 pid=2
Output for 5.3.15, 5.3.17, 5.3.23, 5.3.28
resource(5) of type (Unknown) bool(false) bool(true) bool(true) int(1) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14
Process exited with code 137.
Output for 5.3.27
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0405101776123 0 1412709699.0001 pid=2
Output for 5.3.26
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.019632101059 0 1412709699.0001 pid=2
Output for 5.3.25
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0165791511536 0 1412709699.0001 pid=2
Output for 5.3.24
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0089111328125 0 1412709699.0001 pid=2
Output for 5.3.22
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0120651721954 0 1412709699.0001 pid=2
Output for 5.3.21
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.007276058197 0 1412709699.0001 pid=2
Output for 5.3.20
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0090601444244 0 1412709699.0001 pid=2
Output for 5.3.19
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0129120349884 0 1412709699.0001 pid=2
Output for 5.3.18
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0133321285248 0 1412709699.0001 pid=2
Output for 5.3.16
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0102372169495 0 1412709699.0001 pid=2
Output for 5.3.14
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0005280971527 0 1412709864.4845 pid=5030
Output for 5.3.13
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004060268402 0 1412709866.5451 pid=5031
Output for 5.3.12
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0003418922424 0 1412709868.5928 pid=5032
Output for 5.3.11
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0005128383636 0 1412709870.64 pid=5033
Output for 5.3.10
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.00040102005 0 1412709872.7002 pid=5034
Output for 5.3.9
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004358291626 0 1412709874.7505 pid=5035
Output for 5.3.8
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.000452041626 0 1412709876.8059 pid=5036
Output for 5.3.7
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0003530979156 0 1412709878.8567 pid=5037
Output for 5.3.6
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0003070831299 0 1412709880.9071 pid=5038
Output for 5.3.5
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0006730556488 0 1412709882.9629 pid=5039
Output for 5.3.4
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004351139069 0 1412709885.0206 pid=5040
Output for 5.3.3
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0003499984741 0 1412709887.0685 pid=5041
Output for 5.3.2
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0005321502686 0 1412709889.1158 pid=5042
Output for 5.3.1
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0003318786621 0 1412709891.1607 pid=5043
Output for 5.3.0
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004100799561 0 1412709893.2077 pid=5044
Output for 5.2.17
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0003709793091 0 1412709895.2485 pid=5045
Output for 5.2.16
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004470348358 0 1412709897.2852 pid=5046
Output for 5.2.15
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004949569702 0 1412709899.3377 pid=5047
Output for 5.2.14
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004420280457 0 1412709901.4049 pid=5048
Output for 5.2.13
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0003800392151 0 1412709903.4641 pid=5049
Output for 5.2.12
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004389286041 0 1412709905.5037 pid=5050
Output for 5.2.11
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004901885986 0 1412709907.5557 pid=5051
Output for 5.2.10
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0003290176392 0 1412709909.5932 pid=5052
Output for 5.2.9
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004580020905 0 1412709911.6311 pid=5053
Output for 5.2.8
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.000540971756 0 1412709913.6822 pid=5054
Output for 5.2.7
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0003130435944 0 1412709915.7218 pid=5055
Output for 5.2.6
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0003619194031 0 1412709917.7663 pid=5056
Output for 5.2.5
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004827976227 0 1412709919.815 pid=5057
Output for 5.2.4
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0003969669342 0 1412709921.8605 pid=5058
Output for 5.2.3
resource(5) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(6) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0003788471222 0 1412709923.898 pid=5059
Output for 5.2.2
resource(2) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(3) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0003578662872 0 1412709925.9343 pid=5060
Output for 5.2.1
resource(2) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(3) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004968643188 0 1412709927.9816 pid=5061
Output for 5.2.0
resource(2) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(3) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.000433921814 0 1412709930.0319 pid=5062
Output for 5.1.6
resource(2) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(3) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0003230571747 0 1412709932.0646 pid=5063
Output for 5.1.5
resource(2) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(3) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004150867462 0 1412709934.1033 pid=5064
Output for 5.1.4
resource(2) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(3) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.000449180603 0 1412709936.1355 pid=5065
Output for 5.1.3
resource(2) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(3) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004770755768 0 1412709938.1792 pid=5066
Output for 5.1.2
resource(2) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(3) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0006170272827 0 1412709940.2143 pid=5067
Output for 5.1.1
resource(2) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(3) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004727840424 0 1412709942.2497 pid=5068
Output for 5.1.0
resource(2) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(3) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004410743713 0 1412709944.2936 pid=5069
Output for 5.0.5
resource(2) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(3) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004990100861 0 1412709946.3287 pid=5070
Output for 5.0.4
resource(2) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(3) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004098415375 0 1412709948.3552 pid=5071
Output for 5.0.3
resource(2) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(3) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0003499984741 0 1412709950.3939 pid=5072
Output for 5.0.2
resource(2) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(3) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004861354828 0 1412709952.4242 pid=5073
Output for 5.0.1
resource(2) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(3) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0004420280457 0 1412709954.4537 pid=5074
Output for 5.0.0
resource(2) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(3) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 2.0003859996796 0 1412709956.4948 pid=5075
Output for 4.4.9
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 resource(1) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.00037700000000007 0 0.51681300 1412709958 pid=5076
Output for 4.4.8
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 resource(1) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.00053599999999998 0 0.53762100 1412709960 pid=5077
Output for 4.4.7
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 resource(1) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.00029400000000002 0 0.56470900 1412709962 pid=5078
Output for 4.4.6
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 resource(1) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.00051599999999996 0 0.58966300 1412709964 pid=5079
Output for 4.4.5
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 resource(1) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.00040200000000001 0 0.62090600 1412709966 pid=5080
Output for 4.4.4
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 resource(1) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.00036700000000001 0 0.65651200 1412709968 pid=5081
Output for 4.4.3
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 resource(1) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.000467 0 0.68969200 1412709970 pid=5082
Output for 4.4.2
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 resource(1) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.00027700000000008 0 0.72382900 1412709972 pid=5083
Output for 4.4.1
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 resource(1) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.00042600000000004 0 0.75169900 1412709974 pid=5084
Output for 4.4.0
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 resource(1) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.00046400000000002 0 0.78352900 1412709976 pid=5085
Output for 4.3.11
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 resource(1) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.00031900000000007 0 0.80622900 1412709978 pid=5086
Output for 4.3.10
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 resource(1) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.00057800000000008 0 0.83207700 1412709980 pid=5087
Output for 4.3.9
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 resource(1) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.00037999999999994 0 0.85672700 1412709982 pid=5088
Output for 4.3.8
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 resource(1) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.00039699999999998 0 0.88963000 1412709984 pid=5089
Output for 4.3.7
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 resource(1) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.000309 0 0.92352600 1412709986 pid=5090
Output for 4.3.6
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 resource(1) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.00048999999999999 0 0.95223700 1412709988 pid=5091
Output for 4.3.5
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 resource(1) of type (Unknown) bool(true) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) int(0) Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.00037100000000001 0 0.98412400 1412709990 pid=5092
Output for 4.3.4
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 Notice: Undefined variable: ref in /in/ACdVg on line 7 Notice: Undefined variable: ref in /in/ACdVg on line 10 resource(1) of type (Unknown) bool(true) bool(true) bool(true) NULL Notice: Undefined variable: ref in /in/ACdVg on line 13 Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 Notice: Undefined variable: ref in /in/ACdVg on line 18 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) NULL Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.000483 0 0.01834300 1412709993 pid=5093
Output for 4.3.3
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 Notice: Undefined variable: ref in /in/ACdVg on line 7 Notice: Undefined variable: ref in /in/ACdVg on line 10 resource(1) of type (Unknown) bool(true) bool(true) bool(true) NULL Notice: Undefined variable: ref in /in/ACdVg on line 13 Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 Notice: Undefined variable: ref in /in/ACdVg on line 18 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) NULL Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.000629 0 0.04402200 1412709995 pid=5094
Output for 4.3.2
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 Notice: Undefined variable: ref in /in/ACdVg on line 7 Notice: Undefined variable: ref in /in/ACdVg on line 10 resource(1) of type (Unknown) bool(true) bool(true) bool(true) NULL Notice: Undefined variable: ref in /in/ACdVg on line 13 Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 Notice: Undefined variable: ref in /in/ACdVg on line 18 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) NULL Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.000444 0 0.06578900 1412709997 pid=5095
Output for 4.3.1
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 Notice: Undefined variable: ref in /in/ACdVg on line 7 Notice: Undefined variable: ref in /in/ACdVg on line 10 resource(1) of type (Unknown) bool(true) bool(true) bool(true) NULL Notice: Undefined variable: ref in /in/ACdVg on line 13 Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 Notice: Undefined variable: ref in /in/ACdVg on line 18 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) NULL Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.000558 0 0.10009300 1412709999 pid=5096
Output for 4.3.0
Notice: Use of undefined constant E_STRICT - assumed 'E_STRICT' in /in/ACdVg on line 2 Notice: Undefined variable: ref in /in/ACdVg on line 7 Notice: Undefined variable: ref in /in/ACdVg on line 10 resource(1) of type (Unknown) bool(true) bool(true) bool(true) NULL Notice: Undefined variable: ref in /in/ACdVg on line 13 Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 14 Notice: Undefined variable: ref in /in/ACdVg on line 18 resource(2) of type (Unknown) bool(true) int(2) bool(true) bool(true) NULL Notice: Undefined index: REQUEST_TIME_FLOAT in /in/ACdVg on line 21 0.00022500000000003 0 0.96672300 1442839178 pid=32453

preferences:
246.74 ms | 403 KiB | 340 Q