3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL | E_STRICT); $profilings=array(microtime(true)); $filename='/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"); $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); sleep(2); $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(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0028638839722 1412706428.0001 1412706428.0112 pid=2
Output for 7.4.5
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004730224609 1412706428.0001 1412706428.0118 pid=2
Output for 7.4.4
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0028109550476 1412706428.0001 1412706428.0133 pid=2
Output for 7.4.3
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004849433899 1412706428.0001 1412706428.0083 pid=2
Output for 7.4.2
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0007140636444 1412706428.0001 1412706428.008 pid=2
Output for 7.4.1
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005080699921 1412706428.0001 1412706428.0166 pid=2
Output for 7.4.0
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005269050598 1412706428.0001 1412706428.0108 pid=2
Output for 7.3.18
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0034508705139 1412706428.0001 1412706428.0088 pid=2
Output for 7.3.17
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0026710033417 1412706428.0001 1412706428.0093 pid=2
Output for 7.3.16
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005788803101 1412706428.0001 1412706428.0109 pid=2
Output for 7.3.15
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0025689601898 1412706428.0001 1412706428.0082 pid=2
Output for 7.3.14
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0025441646576 1412706428.0001 1412706428.0156 pid=2
Output for 7.3.13
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0029168128967 1412706428.0001 1412706428.0119 pid=2
Output for 7.3.12
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0042397975922 1412706428.0001 1412706428.0125 pid=2
Output for 7.3.11
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.001179933548 1412706428.0001 1412706428.0107 pid=2
Output for 7.3.10
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006029605865 1412706428.0001 1412706428.019 pid=2
Output for 7.3.9
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0040831565857 1412706428.0001 1412706428.0106 pid=2
Output for 7.3.8
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0019268989563 1412706428.0001 1412706428.023 pid=2
Output for 7.3.7
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004081726074 1412706428.0001 1412706428.034 pid=2
Output for 7.3.6
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005099773407 1412706428.0001 1412706428.0133 pid=2
Output for 7.3.5
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0048701763153 1412706428.0001 1412706428.0288 pid=2
Output for 7.3.4
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0031690597534 1412706428.0001 1412706428.0088 pid=2
Output for 7.3.3
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.000669002533 1412706428.0001 1412706428.0192 pid=2
Output for 7.3.2
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0116519927979 1412706428.0001 1412706428.0113 pid=2
Output for 7.3.1
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0026550292969 1412706428.0001 1412706428.018 pid=2
Output for 7.3.0
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, bool given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, bool given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, bool given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0017778873444 1412706428.0001 1412706428.0105 pid=2
Output for 7.2.31
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004379749298 1412706428.0001 1412706428.0093 pid=2
Output for 7.2.30
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0034167766571 1412706428.0001 1412706428.0088 pid=2
Output for 7.2.29
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.00044298172 1412706428.0001 1412706428.0084 pid=2
Output for 7.2.28
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0027911663055 1412706428.0001 1412706428.0087 pid=2
Output for 7.2.27
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0037760734558 1412706428.0001 1412706428.0127 pid=2
Output for 7.2.26
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0067970752716 1412706428.0001 1412706428.0122 pid=2
Output for 7.2.25
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0328559875488 1412706428.0001 1412706428.021 pid=2
Output for 7.2.24
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.004870891571 1412706428.0001 1412706428.0158 pid=2
Output for 7.2.23
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0035398006439 1412706428.0001 1412706428.0142 pid=2
Output for 7.2.22
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0057730674744 1412706428.0001 1412706428.011 pid=2
Output for 7.2.21
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0056321620941 1412706428.0001 1412706428.0238 pid=2
Output for 7.2.20
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0062079429626 1412706428.0001 1412706428.0128 pid=2
Output for 7.2.19
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0029859542847 1412706428.0001 1412706428.0177 pid=2
Output for 7.2.18
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006990432739 1412706428.0001 1412706428.0156 pid=2
Output for 7.2.17
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0040860176086 1412706428.0001 1412706428.0131 pid=2
Output for 7.2.16
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0083792209625 1412706428.0001 1412706428.0119 pid=2
Output for 7.2.15
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0039827823639 1412706428.0001 1412706428.0294 pid=2
Output for 7.2.14
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005419254303 1412706428.0001 1412706428.0167 pid=2
Output for 7.2.13
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0124628543854 1412706428.0001 1412706428.0132 pid=2
Output for 7.2.12
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0053651332855 1412706428.0001 1412706428.0156 pid=2
Output for 7.2.11
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005049705505 1412706428.0001 1412706428.0166 pid=2
Output for 7.2.10
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0049240589142 1412706428.0001 1412706428.0158 pid=2
Output for 7.2.9
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0030679702759 1412706428.0001 1412706428.0096 pid=2
Output for 7.2.8
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005218982697 1412706428.0001 1412706428.0089 pid=2
Output for 7.2.7
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0026271343231 1412706428.0001 1412706428.0121 pid=2
Output for 7.2.6
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0008628368378 1412706428.0001 1412706428.014 pid=2
Output for 7.2.5
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004498958588 1412706428.0001 1412706428.0089 pid=2
Output for 7.2.4
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0031352043152 1412706428.0001 1412706428.0131 pid=2
Output for 7.2.3
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004432201385 1412706428.0001 1412706428.011 pid=2
Output for 7.2.2
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0071680545807 1412706428.0001 1412706428.0187 pid=2
Output for 7.2.1
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0034430027008 1412706428.0001 1412706428.0155 pid=2
Output for 7.2.0
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0030739307404 1412706428.0001 1412706428.0123 pid=2
Output for 7.1.33
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0100131034851 1412706428.0001 1412706428.0171 pid=2
Output for 7.1.32
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0112099647522 1412706428.0001 1412706428.0378 pid=2
Output for 7.1.31
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0007200241089 1412706428.0001 1412706428.0245 pid=2
Output for 7.1.30
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004270076752 1412706428.0001 1412706428.0121 pid=2
Output for 7.1.29
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0030009746552 1412706428.0001 1412706428.0276 pid=2
Output for 7.1.28
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0109920501709 1412706428.0001 1412706428.011 pid=2
Output for 7.1.27
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004119873047 1412706428.0001 1412706428.0091 pid=2
Output for 7.1.26
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006291866302 1412706428.0001 1412706428.0161 pid=2
Output for 7.1.25
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0068440437317 1412706428.0001 1412706428.0112 pid=2
Output for 7.1.24
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0094630718231 1412706428.0001 1412706428.0094 pid=2
Output for 7.1.23
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0038578510284 1412706428.0001 1412706428.0124 pid=2
Output for 7.1.22
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0077180862427 1412706428.0001 1412706428.0092 pid=2
Output for 7.1.21
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0070741176605 1412706428.0001 1412706428.0283 pid=2
Output for 7.1.20
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0079109668732 1412706428.0001 1412706428.0085 pid=2
Output for 7.1.19
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0032110214233 1412706428.0001 1412706428.0097 pid=2
Output for 7.1.18
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0224511623383 1412706428.0001 1412706428.0088 pid=2
Output for 7.1.17
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0041670799255 1412706428.0001 1412706428.0103 pid=2
Output for 7.1.16
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004470348358 1412706428.0001 1412706428.0133 pid=2
Output for 7.1.15
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0011110305786 1412706428.0001 1412706428.0188 pid=2
Output for 7.1.14
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005118846893 1412706428.0001 1412706428.0347 pid=2
Output for 7.1.13
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.000433921814 1412706428.0001 1412706428.012 pid=2
Output for 7.1.12
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005068778992 1412706428.0001 1412706428.0123 pid=2
Output for 7.1.11
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0026159286499 1412706428.0001 1412706428.0141 pid=2
Output for 7.1.10
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005989074707 1412706428.0001 1412706428.0092 pid=2
Output for 7.1.9
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0064799785614 1412706428.0001 1412706428.0112 pid=2
Output for 7.1.8
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004329681396 1412706428.0001 1412706428.0128 pid=2
Output for 7.1.7
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004420280457 1412706428.0001 1412706428.0099 pid=2
Output for 7.1.6
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0007448196411 1412706428.0001 1412706428.0103 pid=2
Output for 7.1.5
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0037369728088 1412706428.0001 1412706428.0109 pid=2
Output for 7.1.4
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0007610321045 1412706428.0001 1412706428.0107 pid=2
Output for 7.1.3
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.001993894577 1412706428.0001 1412706428.0153 pid=2
Output for 7.1.2
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0100660324097 1412706428.0001 1412706428.0216 pid=2
Output for 7.1.1
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004191398621 1412706428.0001 1412706428.0174 pid=2
Output for 7.1.0
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0032770633698 1412706428.0001 1412706428.0118 pid=2
Output for 7.0.33
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0028901100159 1412706428.0001 1412706428.009 pid=2
Output for 7.0.32
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0069620609283 1412706428.0001 1412706428.0081 pid=2
Output for 7.0.31
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0008118152618 1412706428.0001 1412706428.013 pid=2
Output for 7.0.30
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004789829254 1412706428.0001 1412706428.0072 pid=2
Output for 7.0.29
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0029969215393 1412706428.0001 1412706428.0096 pid=2
Output for 7.0.28
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004160404205 1412706428.0001 1412706428.0089 pid=2
Output for 7.0.27
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0067179203033 1412706428.0001 1412706428.0106 pid=2
Output for 7.0.26
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0009200572968 1412706428.0001 1412706428.0175 pid=2
Output for 7.0.25
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0025858879089 1412706428.0001 1412706428.0109 pid=2
Output for 7.0.24
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0028510093689 1412706428.0001 1412706428.0215 pid=2
Output for 7.0.23
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0085780620575 1412706428.0001 1412706428.0413 pid=2
Output for 7.0.22
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004479885101 1412706428.0001 1412706428.0133 pid=2
Output for 7.0.21
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0014228820801 1412706428.0001 1412706428.0152 pid=2
Output for 7.0.20
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0034708976746 1412706428.0001 1412706428.0117 pid=2
Output for 7.0.19
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0033128261566 1412706428.0001 1412706428.0088 pid=2
Output for 7.0.18
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0038149356842 1412706428.0001 1412706428.0085 pid=2
Output for 7.0.17
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0016469955444 1412706428.0001 1412706428.0092 pid=2
Output for 7.0.16
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0035829544067 1412706428.0001 1412706428.017 pid=2
Output for 7.0.15
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.003723859787 1412706428.0001 1412706428.0162 pid=2
Output for 7.0.14
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.00399518013 1412706428.0001 1412706428.0121 pid=2
Output for 7.0.13
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004239082336 1412706428.0001 1412706428.014 pid=2
Output for 7.0.12
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0027539730072 1412706428.0001 1412706428.0082 pid=2
Output for 7.0.11
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0038418769836 1412706428.0001 1412706428.022 pid=2
Output for 7.0.10
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0094120502472 1412706428.0001 1412706428.0084 pid=2
Output for 7.0.9
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006320476532 1412706428.0001 1412706428.008 pid=2
Output for 7.0.8
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005059242249 1412706428.0001 1412706428.014 pid=2
Output for 7.0.7
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006449222565 1412706428.0001 1412706428.0119 pid=2
Output for 7.0.6
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006439685822 1412706428.0001 1412706428.0099 pid=2
Output for 7.0.5
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0040650367737 1412706428.0001 1412706428.0119 pid=2
Output for 7.0.4
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006141662598 1412706428.0001 1412706428.0116 pid=2
Output for 7.0.3
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005488395691 1412706428.0001 1412706428.0126 pid=2
Output for 7.0.2
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004258155823 1412706428.0001 1412706428.0101 pid=2
Output for 7.0.1
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0026030540466 1412706428.0001 1412706428.0075 pid=2
Output for 7.0.0
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0051829814911 1412706428.0001 1412706428.0084 pid=2
Output for 5.6.40
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0008070468903 1412706428.0001 1412706428.0245 pid=2
Output for 5.6.39
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0032811164856 1412706428.0001 1412706428.0105 pid=2
Output for 5.6.38
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005838871002 1412706428.0001 1412706428.019 pid=2
Output for 5.6.37
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005040168762 1412706428.0001 1412706428.0101 pid=2
Output for 5.6.36
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.00297498703 1412706428.0001 1412706428.028 pid=2
Output for 5.6.35
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0042231082916 1412706428.0001 1412706428.0193 pid=2
Output for 5.6.34
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0010600090027 1412706428.0001 1412706428.0135 pid=2
Output for 5.6.33
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005161762238 1412706428.0001 1412706428.0139 pid=2
Output for 5.6.32
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0035700798035 1412706428.0001 1412706428.0135 pid=2
Output for 5.6.31
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004689693451 1412706428.0001 1412706428.0113 pid=2
Output for 5.6.30
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0090219974518 1412706428.0001 1412706428.0402 pid=2
Output for 5.6.29
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0017862319946 1412706428.0001 1412706428.0122 pid=2
Output for 5.6.28
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0028071403503 1412706428.0001 1412706428.0177 pid=2
Output for 5.6.27
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0071270465851 1412706428.0001 1412706428.0116 pid=2
Output for 5.6.26
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0009179115295 1412706428.0001 1412706428.0113 pid=2
Output for 5.6.25
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.000529050827 1412706428.0001 1412706428.0153 pid=2
Output for 5.6.24
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004141330719 1412706428.0001 1412706428.0112 pid=2
Output for 5.6.23
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.002895116806 1412706428.0001 1412706428.0104 pid=2
Output for 5.6.22
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0008389949799 1412706428.0001 1412706428.0164 pid=2
Output for 5.6.21
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005521774292 1412706428.0001 1412706428.0109 pid=2
Output for 5.6.20
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0030488967896 1412706428.0001 1412706428.0147 pid=2
Output for 5.6.19
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004730224609 1412706428.0001 1412706428.0096 pid=2
Output for 5.6.18
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0026488304138 1412706428.0001 1412706428.0124 pid=2
Output for 5.6.17
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0032289028168 1412706428.0001 1412706428.0152 pid=2
Output for 5.6.16
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0017628669739 1412706428.0001 1412706428.0142 pid=2
Output for 5.6.15
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0011811256409 1412706428.0001 1412706428.0131 pid=2
Output for 5.6.14
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005230903625 1412706428.0001 1412706428.0126 pid=2
Output for 5.6.13
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0156190395355 1412706428.0001 1412706428.0149 pid=2
Output for 5.6.12
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0063600540161 1412706428.0001 1412706428.01 pid=2
Output for 5.6.11
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0073728561401 1412706428.0001 1412706428.0179 pid=2
Output for 5.6.10
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.003035068512 1412706428.0001 1412706428.0098 pid=2
Output for 5.6.9
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0137097835541 1412706428.0001 1412706428.0128 pid=2
Output for 5.6.8
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005149841309 1412706428.0001 1412706428.0193 pid=2
Output for 5.6.7
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.00110912323 1412706428.0001 1412706428.025 pid=2
Output for 5.6.6
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0039649009705 1412706428.0001 1412706428.0142 pid=2
Output for 5.6.5
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0029258728027 1412706428.0001 1412706428.0175 pid=2
Output for 5.6.4
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.003026008606 1412706428.0001 1412706428.0102 pid=2
Output for 5.6.3
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0028820037842 1412706428.0001 1412706428.0102 pid=2
Output for 5.6.2
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0075390338898 1412706428.0001 1412706428.0134 pid=2
Output for 5.6.1
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005209445953 1412706428.0001 1412706428.0114 pid=2
Output for 5.6.0
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005679130554 1412706428.0001 1412706428.0132 pid=2
Output for 5.5.38
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0030219554901 1412706428.0001 1412706428.0131 pid=2
Output for 5.5.37
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0040011405945 1412706428.0001 1412706428.0138 pid=2
Output for 5.5.36
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.00514793396 1412706428.0001 1412706428.0104 pid=2
Output for 5.5.35
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0057020187378 1412706428.0001 1412706428.0145 pid=2
Output for 5.5.34
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005769729614 1412706428.0001 1412706428.0229 pid=2
Output for 5.5.33
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0028970241547 1412706428.0001 1412706428.0141 pid=2
Output for 5.5.32
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005838871002 1412706428.0001 1412706428.0098 pid=2
Output for 5.5.31
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0026049613953 1412706428.0001 1412706428.0101 pid=2
Output for 5.5.30
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0049421787262 1412706428.0001 1412706428.0147 pid=2
Output for 5.5.29
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.005646944046 1412706428.0001 1412706428.0147 pid=2
Output for 5.5.28
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0121228694916 1412706428.0001 1412706428.0332 pid=2
Output for 5.5.27
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0097968578339 1412706428.0001 1412706428.0213 pid=2
Output for 5.5.26
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0027990341187 1412706428.0001 1412706428.0303 pid=2
Output for 5.5.25
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0032389163971 1412706428.0001 1412706428.0165 pid=2
Output for 5.5.24
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0030879974365 1412706428.0001 1412706428.0126 pid=2
Output for 5.5.23
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004138946533 1412706428.0001 1412706428.0173 pid=2
Output for 5.5.22
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0030341148376 1412706428.0001 1412706428.0115 pid=2
Output for 5.5.21
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005619525909 1412706428.0001 1412706428.0177 pid=2
Output for 5.5.20
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.003485918045 1412706428.0001 1412706428.0203 pid=2
Output for 5.5.19
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0067601203918 1412706428.0001 1412706428.0114 pid=2
Output for 5.5.18
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0054159164429 1412706428.0001 1412706428.0107 pid=2
Output for 5.5.17
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0036780834198 1412706428.0001 1412706428.0159 pid=2
Output for 5.5.16
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0015001296997 1412706428.0001 1412706428.0156 pid=2
Output for 5.5.15
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005090236664 1412706428.0001 1412706428.0135 pid=2
Output for 5.5.14
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005021095276 1412706428.0001 1412706428.0102 pid=2
Output for 5.5.13
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006251335144 1412706428.0001 1412706428.0137 pid=2
Output for 5.5.12
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0007569789886 1412706428.0001 1412706428.0144 pid=2
Output for 5.5.11
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0036308765411 1412706428.0001 1412706428.0219 pid=2
Output for 5.5.10
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0006301403046 1412706428.0001 1412706428.0157 pid=2
Output for 5.5.9
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0032169818878 1412706428.0001 1412706428.0253 pid=2
Output for 5.5.8
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0031850337982 1412706428.0001 1412706428.0173 pid=2
Output for 5.5.7
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0022509098053 1412706428.0001 1412706428.0169 pid=2
Output for 5.5.6
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0039050579071 1412706428.0001 1412706428.0163 pid=2
Output for 5.5.5
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0032060146332 1412706428.0001 1412706428.0191 pid=2
Output for 5.5.4
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0047559738159 1412706428.0001 1412706428.0444 pid=2
Output for 5.5.3
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0068919658661 1412706428.0001 1412706428.0228 pid=2
Output for 5.5.2
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0009858608246 1412706428.0001 1412706428.0146 pid=2
Output for 5.5.1
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004689693451 1412706428.0001 1412706428.0178 pid=2
Output for 5.5.0
Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 6 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(): open_basedir restriction in effect. File(/shm/mutex_kv-lock2.lock) is not within the allowed path(s): (/tmp:/in:/etc) in /in/pC1pO on line 12 Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: Operation not permitted in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.003653049469 1412706428.0001 1412706428.0167 pid=2
Output for 5.4.45
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0003819465637 1412706428.0001 1412706428.0124 pid=2
Output for 5.4.44
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0011949539185 1412706428.0001 1412706428.0099 pid=2
Output for 5.4.43
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0032770633698 1412706428.0001 1412706428.0108 pid=2
Output for 5.4.42
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004231929779 1412706428.0001 1412706428.0134 pid=2
Output for 5.4.41
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004630088806 1412706428.0001 1412706428.0092 pid=2
Output for 5.4.40
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0025219917297 1412706428.0001 1412706428.0072 pid=2
Output for 5.4.39
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.000321149826 1412706428.0001 1412706428.0052 pid=2
Output for 5.4.38
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.001690864563 1412706428.0001 1412706428.0196 pid=2
Output for 5.4.37
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0052490234375 1412706428.0001 1412706428.0083 pid=2
Output for 5.4.36
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004661083221 1412706428.0001 1412706428.0104 pid=2
Output for 5.4.35
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0048789978027 1412706428.0001 1412706428.0057 pid=2
Output for 5.4.34
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0045011043549 1412706428.0001 1412706428.008 pid=2
Output for 5.4.33
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0003352165222 1412706428.0001 1412706428.0057 pid=2
Output for 5.4.32
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0047919750214 1412706428.0001 1412706428.0114 pid=2
Output for 5.4.31
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0024609565735 1412706428.0001 1412706428.0063 pid=2
Output for 5.4.30
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0003159046173 1412706428.0001 1412706428.0078 pid=2
Output for 5.4.29
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0020191669464 1412706428.0001 1412706428.0062 pid=2
Output for 5.4.28
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.003525018692 1412706428.0001 1412706428.0062 pid=2
Output for 5.4.27
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0127060413361 1412706428.0001 1412706428.01 pid=2
Output for 5.4.26
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.001708984375 1412706428.0001 1412706428.0064 pid=2
Output for 5.4.25
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.000951051712 1412706428.0001 1412706428.0057 pid=2
Output for 5.4.24
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0099210739136 1412706428.0001 1412706428.0162 pid=2
Output for 5.4.23
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0043880939484 1412706428.0001 1412706428.0059 pid=2
Output for 5.4.22
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0007629394531 1412706428.0001 1412706428.0082 pid=2
Output for 5.4.21
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0041990280151 1412706428.0001 1412706428.0122 pid=2
Output for 5.4.20
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0011308193207 1412706428.0001 1412706428.0098 pid=2
Output for 5.4.19
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0018219947815 1412706428.0001 1412706428.0128 pid=2
Output for 5.4.18
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0010340213776 1412706428.0001 1412706428.0115 pid=2
Output for 5.4.17
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004830360413 1412706428.0001 1412706428.0059 pid=2
Output for 5.4.16
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005688667297 1412706428.0001 1412706428.0122 pid=2
Output for 5.4.15
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0049240589142 1412706428.0001 1412706428.0172 pid=2
Output for 5.4.14
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0005760192871 1412706428.0001 1412706428.0104 pid=2
Output for 5.4.13
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0002970695496 1412706428.0001 1412706428.006 pid=2
Output for 5.4.12
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0003747940063 1412706428.0001 1412706428.0105 pid=2
Output for 5.4.11
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0028300285339 1412706428.0001 1412706428.0118 pid=2
Output for 5.4.10
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0003859996796 1412706428.0001 1412706428.006 pid=2
Output for 5.4.9
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.002986907959 1412706428.0001 1412706428.0069 pid=2
Output for 5.4.8
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0003039836884 1412706428.0001 1412706428.0056 pid=2
Output for 5.4.7
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0023682117462 1412706428.0001 1412706428.0063 pid=2
Output for 5.4.6
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004801750183 1412706428.0001 1412706428.0061 pid=2
Output for 5.4.5
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.001081943512 1412706428.0001 1412706428.0059 pid=2
Output for 5.4.4
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0084321498871 1412706428.0001 1412706428.0067 pid=2
Output for 5.4.3
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0155420303345 1412706428.0001 1412706428.0086 pid=2
Output for 5.4.2
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0004909038544 1412706428.0001 1412706428.0066 pid=2
Output for 5.4.1
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.001384973526 1412706428.0001 1412706428.0075 pid=2
Output for 5.4.0
Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 6 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 7 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 8 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 9 bool(false) NULL NULL bool(false) NULL Warning: fopen(/shm/mutex_kv-lock2.lock): failed to open stream: No such file or directory in /in/pC1pO on line 12 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 13 Warning: fwrite() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 14 Warning: flock() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 15 Warning: fclose() expects parameter 1 to be resource, boolean given in /in/pC1pO on line 16 bool(false) NULL bool(false) NULL bool(false) NULL 2.0003318786621 1412706428.0001 1412706428.0063 pid=2

preferences:
214.82 ms | 403 KiB | 257 Q