mirror of
https://github.com/vrana/adminer.git
synced 2026-01-04 14:50:56 +01:00
1ecdde0500e36e7441a8cf610a5e2968637ae631
It didn't work for exports bigger than 1 MB. An alternative would be to remove the limit from output buffer which would need memory for the whole export. Another alternative would be to create a temporary file in output handler and bzwrite() to this file - that would work but it's complicated, especially if we want to output the file progressively - bzopen($tmp, 'w'), fopen($tmp, 'r').
Adminer - Database management in single PHP file Adminer Editor - Data manipulation for end-users http://www.adminer.org/ Supports: MySQL, PostgreSQL, SQLite, MS SQL, Oracle Requirements: PHP 4.3.3+ or PHP 5+ Apache License 2.0 or GPL 2 adminer/index.php - Run development version of Adminer editor/index.php - Run development version of Adminer Editor editor/example.php - Example customization plugins/readme.txt - Plugins for Adminer and Adminer Editor adminer/plugin.php - Plugin demo compile.php - Create a single file version lang.php - Update translations tests/selenium.html - Selenium test suite
Languages
PHP
67.9%
CSS
22.2%
HTML
7.7%
JavaScript
2.2%