searls03 Posted May 12, 2011 Share Posted May 12, 2011 is there a way to make a php.ini file..........my webserver doesn't provide one for everyone to use....so I was wondering if there is a way to make one for just my site? Link to comment https://forums.phpfreaks.com/topic/236265-phpini-file/ Share on other sites More sharing options...
MrSean Posted May 12, 2011 Share Posted May 12, 2011 Unless I'm mistaken and depending on your host there should be 3 workarounds. The first would be by using .user.ini files. You can read more over at PHP.net The second would be by using ini_set() The third would be by using php_value / php_flag in an .htaccess file. More on that here. Link to comment https://forums.phpfreaks.com/topic/236265-phpini-file/#findComment-1214723 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.