Welcome Guest, Not a member yet? Register   Sign In
Change limitation upload file size
#3

(This post was last modified: 10-01-2020, 06:00 PM by John_Betong.)

Some PHP settings can be dynamically changed using ini_set("..., "...");

https://www.php.net/manual/en/ini.list.php

Settings can be viewed using ini_get(...);

Beware when updating the system that php.ini vales are reset to their defaults.

From the command line to find where the PHP.ini is located and PHP version:

php --ini

php -v

And phpinfo.php for more information.
Reply


Messages In This Thread
RE: Change limitation upload file size - by John_Betong - 10-01-2020, 05:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB