Oct
03
Filed under: PHP
Using a fresh install of PHP, it’s always a problem for newbies specially if they’re working offline there is a need to deal with big files. And if I start working with phpmyadmin I don’t prefer to visit mysql console just to run my dump file. So in case you need to tweak your PHP to upload big files there is three parameters to change in php.ini
- upload_max_filesize
- memory_limit
- post_max_size
Why I’m posting this ? because I always change the first one upload_max_filesize and forget to tweak the others. Now I have to remember …
Tags: No Tags





No Responses
Leave a Response