mapleleaf Posted March 6, 2009 Share Posted March 6, 2009 I need to change some settings in the php.ini Do I need the original or can just write a few settings in a new one? like: upload_max_filesize = 32M post_max_size = 32M max_execution_time = 180 max_input_time = 180 memory_limit = 64M nothing else in the file and put it in the public folder? Quote Link to comment Share on other sites More sharing options...
vicodin Posted March 6, 2009 Share Posted March 6, 2009 If you do not have access to the php.ini then you can change some options within a script that you write. Check this out http://us2.php.net/ini-set Quote Link to comment Share on other sites More sharing options...
mapleleaf Posted March 6, 2009 Author Share Posted March 6, 2009 It seems my server settings won't allow that. tx anyway Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.