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! Quote Link to comment 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. Quote Link to comment 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.