chopficaro Posted November 6, 2010 Share Posted November 6, 2010 how do i enable exec() in php.ini? where is php.ini? cant find it in the directories in my site. Quote Link to comment https://forums.phpfreaks.com/topic/217902-the-exec-function-is-disabled-in-your-php-by-the-disabled_functions-parameter/ Share on other sites More sharing options...
PFMaBiSmAd Posted November 6, 2010 Share Posted November 6, 2010 You can only change the setting in the master php.ini. Do you have access to the master php.ini on your server? Quote Link to comment https://forums.phpfreaks.com/topic/217902-the-exec-function-is-disabled-in-your-php-by-the-disabled_functions-parameter/#findComment-1130920 Share on other sites More sharing options...
chopficaro Posted November 6, 2010 Author Share Posted November 6, 2010 i dont think so its a free hosting site Quote Link to comment https://forums.phpfreaks.com/topic/217902-the-exec-function-is-disabled-in-your-php-by-the-disabled_functions-parameter/#findComment-1130922 Share on other sites More sharing options...
chopficaro Posted November 6, 2010 Author Share Posted November 6, 2010 ok well can i at least view the values in php.ini? Quote Link to comment https://forums.phpfreaks.com/topic/217902-the-exec-function-is-disabled-in-your-php-by-the-disabled_functions-parameter/#findComment-1130930 Share on other sites More sharing options...
PFMaBiSmAd Posted November 6, 2010 Share Posted November 6, 2010 <?php phpinfo(); ?> Quote Link to comment https://forums.phpfreaks.com/topic/217902-the-exec-function-is-disabled-in-your-php-by-the-disabled_functions-parameter/#findComment-1130931 Share on other sites More sharing options...
chopficaro Posted November 6, 2010 Author Share Posted November 6, 2010 <?php phpinfo(); ?> ok but suppose i override these values with an htaccess file or a second php.ini file. which values will be output Quote Link to comment https://forums.phpfreaks.com/topic/217902-the-exec-function-is-disabled-in-your-php-by-the-disabled_functions-parameter/#findComment-1130933 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.