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

Otwarty
otworzone 1 rok temu przez limour · 0 komentarzy
limour skomentował 1 rok temu

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'; }
Zaloguj się, aby dołączyć do tej rozmowy.
Brak etykiety
Brak kamienia milowego
Brak przypisania
1 uczestników
Ładowanie...
Anuluj
Zapisz
Nie ma jeszcze treści.