1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 06:37:33 +02:00

Speed up with disabled output buffering

This commit is contained in:
Jakub Vrana
2025-02-28 15:37:18 +01:00
parent 315ffc9d8b
commit d9bca2df37
2 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
<?php
if (!ob_get_level()) {
ob_start(null, 4096);
}
/** Print HTML header
* @param string used in title, breadcrumb and heading, should be HTML escaped
* @param string

View File

@@ -1,4 +1,5 @@
Adminer dev:
Speed up with disabled output buffering
PostgreSQL: Do not alter indexes with expressions
PostgreSQL: Fix export of indexes with expressions (bug #768)
PostgreSQL: Display ENUM types