mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 22:56:46 +02:00
Speed up with disabled output buffering
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
if (!ob_get_level()) {
|
||||||
|
ob_start(null, 4096);
|
||||||
|
}
|
||||||
|
|
||||||
/** Print HTML header
|
/** Print HTML header
|
||||||
* @param string used in title, breadcrumb and heading, should be HTML escaped
|
* @param string used in title, breadcrumb and heading, should be HTML escaped
|
||||||
* @param string
|
* @param string
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
Adminer dev:
|
Adminer dev:
|
||||||
|
Speed up with disabled output buffering
|
||||||
PostgreSQL: Do not alter indexes with expressions
|
PostgreSQL: Do not alter indexes with expressions
|
||||||
PostgreSQL: Fix export of indexes with expressions (bug #768)
|
PostgreSQL: Fix export of indexes with expressions (bug #768)
|
||||||
PostgreSQL: Display ENUM types
|
PostgreSQL: Display ENUM types
|
||||||
|
Reference in New Issue
Block a user