forked from extern/egroupware
0baa7f22e38d74954e7b702d65d29b3f9dcb06f3
- the used storage (default filesystem) can be switched via a get-parameter in the url mounted (eg. sqlfs://default/?storage=db) - please note the current (php5.2.6) problems: a) retriving files via streams does NOT work for PDO_mysql (bindColum(,,PDO::PARAM_LOB) does NOT work, string returned) (there's a workaround implemented, but it requires to allocate memory for the whole file!) b) uploading/writing files > 1M fail on PDOStatement::execute() (setting PDO::MYSQL_ATTR_MAX_BUFFER_SIZE does NOT help) (not sure if that's a bug in PDO/PDO_mysql or an accepted limitation) --> now we need to implement an easy switch in setup to allow admins to use the db backend (does NOT require an directory outside the docroot) currently you need to use filemanager/cli.php mount"
Description
Languages
PHP
56.1%
JavaScript
14.3%
TypeScript
14.1%
CSS
9.3%
Less
2%
Other
4.2%