improved database backend support for larger files (100 KiB - 16 MiB),

introduced database versioning to reduce amount of checks done per
request
This commit is contained in:
El RIDO
2015-11-01 17:02:20 +01:00
parent 9d27e7a65d
commit 42a9c92b5e
3 changed files with 281 additions and 81 deletions

View File

@@ -22,7 +22,7 @@ class zerobin
*
* @const string
*/
const VERSION = '0.21.1';
const VERSION = '0.22';
/**
* show the same error message if the paste expired or does not exist