Code: Selecteer alles
post_max_size: 8M (niet gewijzigd)
Sets max size of post data allowed. This setting also affects file upload. To upload large files, this value must be larger than upload_max_filesize. Generally speaking, memory_limit should be larger than post_max_size.
upload_max_filesize: was 2M, nu 10M
The maximum size of an uploaded file.
memory_limit: was 32M, nu 64M
This sets the maximum amount of memory in bytes that a script is allowed to allocate. This helps prevent poorly written scripts for eating up all available memory on a server.
Scheelt dat?