mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
0baa7f22e3
- 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" |
||
---|---|---|
.. | ||
cron | ||
doc | ||
images | ||
inc | ||
js | ||
ntlm | ||
setup | ||
templates | ||
templatesSavant2/default | ||
tests | ||
addressbook.php |