Link to home
Start Free TrialLog in
Avatar of dimensionav
dimensionavFlag for Mexico

asked on

how edit .ini file?

HI
We need to change some v
Avatar of dimensionav
dimensionav
Flag of Mexico image

ASKER

Values of the .ini file in a web application using php for windows, something like this:

max_execution_time: 60
segundospost_max_size: 16MB
upload_max_filesize:16MB

How is that possible?
Avatar of Beverley Portlock
Scan for php.ini and then when you find it simply edit it with a text editor like Notepad
Avatar of LAMASE
LAMASE

If you can't touch the php.ini file, then try with ini_set() in your code
http://php.net/manual/en/function.ini-set.php

(however you cannot modify what you want, it depends on the server configuration)

I have a VPS with plesk so could be .ini file custom per each website?
ASKER CERTIFIED SOLUTION
Avatar of Beverley Portlock
Beverley Portlock
Flag of United Kingdom of Great Britain and Northern Ireland 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