It applies to all accounts that are on the server, unless they have a php.ini on the account which overrides this setting.
You can make a phpinfo file and view it in your browser to see the global and local values on each account or subfolder.
Send your friends and site visitors to GlowHost and get $125 plus bonus!
GlowHost Affiliate Program | Read our Blog | Follow us on X |
When I check my accounts with no custom php.ini file, the settings come up as follows
Memory Limit: 256M
Max POST Size: 8M
Max Upload Size: 2M
Max Execution Time: 30s
Apparently the new global settings are not applying to all accounts on the server. The ones I have installed a custom php.ini file on are showing the settings I've created.
Well, looks like the global settings on your server were not updated. This should be fixed now.
In case you still have some accounts without custom php.ini reporting different results, please, open a ticket for Tech Support and describe the way you check it.Code:[~]# grep -E "post_max_size|upload_max_filesize|memory_limit" /usr/local/lib/php.ini memory_limit = 128M ; Maximum amount of memory a script may consume (32MB) post_max_size = 64M upload_max_filesize = 64M
phpinfo()
Server alpha. Still showing old settings.
I might be some cache (in browser or on the server or some files weren't updated), because I see no problems:
post_max_size 64M
upload_max_filesize64M
Please check again.
OK . . . one last question (I think) - Does this global change affect all versions of PHP or only the default?
That's handy to know . . . .thanks for everything.