#1 WordPress 6.1 adds new method call wpdb->db_server_info() in dbDelta @ andreasnrb

오픈
limour1 년 전을 오픈 · 0개의 코멘트
limour 코멘트됨, 1 년 전

The SQLite drop in is missing the implementation of function db_server_info() {}.

    /**
     * Retrieves full database server information.
     *
     * @since 5.5.0
     *
     * @return string|false Server info on success, false on failure.
     */
    public function db_server_info() {
        return 'somestring';
    }
The SQLite drop in is missing the implementation of function db_server_info() {}. /** * Retrieves full database server information. * * @since 5.5.0 * * @return string|false Server info on success, false on failure. */ public function db_server_info() { return 'somestring'; }
로그인하여 이 대화에 참여
레이블 없음
마일스톤 없음
담당자 없음
참여자 1명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.