[ZendTo] Re: ZendTo Digest, Vol 47, Issue 1
Der PCFreak
mailinglists at pcfreak.de
Wed Jun 4 14:21:54 BST 2014
Hi Geoff,
thanks for that hint. You were right, but instead of changing both
values we could only change
upload_max_filesize = 0
If you change
post_max_size to 0
you can no longer login !!!!!
So
post_max_size = 50000M
upload_max_filesize = 0
works for now as a workaround!
Thank you!
Kind regards
PCFreak
On 04.06.2014 13:56, Geoff wrote:
> Hi,
>
> I believe this is an issue with PHP 5.3. Even though the system is
> 64bit, PHP uses 32bit integers for the post max size. This was fixed in
> PHP 5.4. Alternatively, if you do not wish to upgrade, you can set
> post_max_size = 0 and upload_max_filesize = 0 in your php.ini to skip
> the buggy check entirely.
>
> See this PHP bug report for more info: https://bugs.php.net/bug.php?id=44522
>
> Geoff King
More information about the ZendTo
mailing list