• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to make PHP re-load php.ini?

Armitage

Banned
I had to change the memory limit in my php.ini file (in /etc/php.ini).
I've restarted apache, but the change still isn't taking effect (phpinfo() still shows the old limit).

I don't want to reboot the box right now. Any other ideas?
Thanks.
 
PHP should always re-read php.ini when apache is restarted becuz php goes down w/ apache...

Maybe it was your browser that cached the phpinfo() page...
 
No, it wasn't just a browser cache of phpinfo() data because the underlying problem (script running out of memory) was still there until I did a second restart.
Well, it works now. I probably brain-farted something.
 
Back
Top