tbailey Posted March 24, 2006 Share Posted March 24, 2006 Hi,know I'm probably dumb beyond all belief but....After modifying php.ini, how do I get php to refresh and use the new settings without restarting my webserver? When I look at phpinfo it continues to show the old data for some time. Thanks! Link to comment https://forums.phpfreaks.com/topic/5663-modifying-phpini-getting-php-to-refresh/ Share on other sites More sharing options...
wildteen88 Posted March 24, 2006 Share Posted March 24, 2006 There is no otherway of updating the PHP settings without restarting the server. Beacuse when the server gets restarted it basically loads all the config settings in to its memory. It does not check the config file everytime a page is requested instead it uses the internal memory. So the only option is to restart the server inorder for it use the new settings available. Link to comment https://forums.phpfreaks.com/topic/5663-modifying-phpini-getting-php-to-refresh/#findComment-20271 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.