Commit Graph

3 Commits

Author SHA1 Message Date
Josh c0da34e561 chore: remove always_populate_raw_post_data from setUploadLimit .user.ini
Signed-off-by: Josh <josh.t.richards@gmail.com>
2026-05-19 21:39:51 +02:00
Josh 6d55224d46 chore: remove mbstring.func_overload from setUploadLimit .user.ini
Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-08-25 13:19:36 +02:00
Robin McCorkell aac84f732d Unit test OC_Files::setUploadLimit()
There was also a bug with checking the upper limit on the passed upload
size. PHP does funny things with integer vs float comparisons, so our
check didn't work. Now the check is much simpler, and ensures the value
is sane.
2015-07-20 15:03:09 +01:00