On Wed, Sep 7, 2022 at 3:28 PM Christoph M. Becker <cmbecke...@gmx.de>
wrote:

> On 07.09.2022 at 15:57, Misha wrote:
>
> > We spend a lot of time to increase limits for uploads file in PHP. Can we
> > increase it in php.ini?
> >
> > Current value is 2Mb. Its so small value, when photo image can take 8Mb
> on
> > iPhone X.
> > We should increase it to 50Mb, because DevOps engineers do useless work
> > trying to change it.
> >
> > I have prepared PR for it https://github.com/php/php-src/pull/9315
>
> I'm not against increasing the sizes, but 50MB might be too much.
>
> Anyway, only changing the php.ini files doesn't make sense in my
> opinion, since they're probably only used on Windows, and they should
> reflect the actual default values[1].
>
>
 It's true that those particular ini files are not directly used on Linux
but distros often base their changes on them and the distro provided ones
are actually used. So it means that main defaults in main.c are most likely
not used. Although I agree they should be changed too so it is consistent.

Regards

Jakub

Reply via email to