yashdhananjay Posted January 13, 2007 Share Posted January 13, 2007 I am facing a problem in my project, because in php.ini setting allow_url_fopen=offhow to do " allow_url_fopen = on " ?&how to do " session.auto_start = 0 " ?DhananjayITShastra India Pvt. Ltd.Mumbai Link to comment https://forums.phpfreaks.com/topic/34012-run-time-phpini-setting/ Share on other sites More sharing options...
redbullmarky Posted January 13, 2007 Share Posted January 13, 2007 session.auto_start can be set via [url=http://uk2.php.net/ini_set]ini_set[/url]. allow_url_fopen, i believe, can only be set by changing the php.ini file itself, though it's worth a try using the same method or via the use of a .htaccess file Link to comment https://forums.phpfreaks.com/topic/34012-run-time-phpini-setting/#findComment-159875 Share on other sites More sharing options...
robbbert Posted January 13, 2007 Share Posted January 13, 2007 [quote]I am facing a problem[/quote]What exactly is the problem, and what have you already tried? Additionally, post your environment data.This information belongs to every support request. Link to comment https://forums.phpfreaks.com/topic/34012-run-time-phpini-setting/#findComment-159880 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.