Increasing PHP Memory Limit and File Upload size in Wamp
Posted by: djsaiim123 (39.32.50.---)
Date: July 25, 2016 07:55AM

Experts!
I have a question. I am little bit weak in english but hopeful that you will get my question.
Actually i have a import file of size 500GB in wamp but limit is 128MB only. Can anybody help me out!!

Options: ReplyQuote
Re: Increasing PHP Memory Limit and File Upload size in Wamp
Posted by: Otomatic (Moderator)
Date: July 25, 2016 09:59AM

Hi,

> Actually i have a import file of size 500GB in wamp but limit is 128MB only.
It is PHP limit.
128M is the memory_limit, not the upload_max_filesize limit

- Wampmanager tray icon -> PHP -> php.ini
then replace:
upload_max_filesize = 2M
by
upload_max_filesize = 512G

Files with size > 2GB are only supported with PHP 7 64 bits

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons



Edited 1 time(s). Last edit at 07/25/2016 06:39PM by Otomatic.

Options: ReplyQuote


Sorry, only registered users may post in this forum.