Link to home
Start Free TrialLog in
Avatar of Bruce Gust
Bruce GustFlag for United States of America

asked on

How to change php.ini settings from command line

I'm using Putty and I've been able to successfully login to my server. I need to change max_upload_filesize and this is what I did:

php -c/user/local/lib/php.ini -d upload_max_filesize=8MB

I hit "enter" and nothing happened. By that I mean the cursor dropped down to the next line and when I went to upload a file, I got the same error (file size too big).

Is there something in my command line that I'm missing?
ASKER CERTIFIED SOLUTION
Avatar of hielo
hielo
Flag of Wallis and Futuna image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial