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? Link to comment https://forums.phpfreaks.com/topic/148172-phpini-on-shared-hosting/ 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 Link to comment https://forums.phpfreaks.com/topic/148172-phpini-on-shared-hosting/#findComment-777874 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 Link to comment https://forums.phpfreaks.com/topic/148172-phpini-on-shared-hosting/#findComment-777885 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.