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

Menu