]> git.joonet.de Git - adminer.git/commit
Remove bzip2 compression support
authorJakub Vrana <jakub@vrana.cz>
Mon, 29 Apr 2013 21:00:35 +0000 (14:00 -0700)
committerJakub Vrana <jakub@vrana.cz>
Mon, 29 Apr 2013 22:37:33 +0000 (15:37 -0700)
commit1ecdde0500e36e7441a8cf610a5e2968637ae631
treedebae34a356025922a21a97499aca040ded51480
parent7f05141b89bb8ff9409eff3b3ebf32cbc9e45deb
Remove bzip2 compression support

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/include/adminer.inc.php
adminer/include/functions.inc.php
adminer/sql.inc.php
changes.txt
todo.txt