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. 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? 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 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? 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(); ?> 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 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
Archived
This topic is now archived and is closed to further replies.