aboutsummaryrefslogtreecommitdiffstats
path: root/tests/upload/imagesize_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
| | | | PHPBB3-14576
* [ticket/14150] Update fast-image-size to newest versionMarc Alexander2015-09-081-2/+2
| | | | PHPBB3-14150
* [ticket/8672] Use fastImageSize in classesMarc Alexander2015-04-241-4/+4
| | | | PHPBB3-8672
* [ticket/8672] Add class for retrieving imagesize without downloadMarc Alexander2015-04-241-0/+99
getimagesize() always downloads the complete file before checking the actual image dimensions. This class will be able to do the same without having to download possibly large files. PHPBB3-8672