Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-06 | Fix deprecated array access syntax with {} | Florian Pritz | 1 | -1/+1 | |
This leads to a deprecation warning as of php 7.4. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | Ddownload_php: Remove @ from fopen call | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-23 | Implement rangeDownload() as driver and provide sendfile implementations for ↵ | Pierre Schmitz | 1 | -0/+111 | |
Nginx and Lighttpd * The rangeDownload() function has been moved to libraries/Ddownload/drivers/Ddownload_php.php * The nginx and lighttpd drivers can be set via $config['download_driver'] Signed-off-by: Pierre Schmitz <pierre@archlinux.de> |