Is there a way to get php to reload the php.ini file without rebooting the server?

I've made some changes in my .ini (enabling gd) and it hasn't taken affect - this makes me think the new version of the .ini is not being used by php and will not be without a restart - is there a way to do this without rebooting the machine?

    you must at least restart your webserver to make the changes available

      Nope that didn't fix it. Php seems to be getting a bunch of values from somewhere that are not from my php.ini file. I've check for duplicate php.ini's everywhere that PHP could be using instead, and there are none.

        5 months later

        Can I ask how you resolved this issue?

          Write a Reply...