Does PHP read php.ini on each request or do I have to restart Apache for php to be aware of changes on php.ini?
Asked
Active
Viewed 1.1k times
1 Answers
11
You will need to restart - the config files including php.ini are read when the master process starts & actual web pages are served by child apache processes cloned (forked) off of the master.
Devin Ceartas
- 1,478