Php7 32-bit uses hGetAll function browser to report Provisional headers are shown?

windows7"s environment built with wamp

$key = $this->resetkey($key);
        $this->redis->hSet("g", "d", "t");
        print_r($this->redis->hGetAll("g"));exit;
        if($field=="*" || $field==""){
            return $this->redis->hgetall($key);
        }else{
            $field_arr = explode(",", $field);
            return $this->redis->hmget($key,$field_arr);
            
        }

I use hSet is normal

hGetAllProvisional headers are shown

Jun.25,2021

check whether it is cross-domain

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31b76-40dfa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31b76-40dfa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?