If you made changes to your Website's PHP initialization file (php.ini
or user.ini
) but they aren't taking effect, use the following information to help resolve the issue.
Filename | Refresh Rate |
---|---|
php.ini |
Only updates when a new PHP process is created, e.g. when a new visitor comes to your Website. However, refreshing your own Website you recently visited does not generate a new PHP process. |
.user.ini |
By default, updates every 5 minutes |
Type of hosting | Process |
---|---|
cPanel | End PHP processes |
Plesk | Recycle your application pool |
Web & Classic Linux | Manage system process (Linux) |
Web & Classic Windows | Recycle your application pool (Windows) |
Managed WordPress | Managed WordPress accounts currently cannot end their Web or PHP processes. Because of this, you cannot easily refresh your PHP settings if you use php.ini , which drives our recommendation to use .user.ini files. |