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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user