php_ini
This is an old revision of the document!
More information
https://www.devside.net/wamp-server/apache-and-php-limits-and-timeouts
php.ini
Php.ini file can be found:
vim /etc/php.inimemory_limit is the maximum amount of memory in bytes that a script is allowed to allocate.
memory_limit = 128M
upload_max_filesize is the maximum size of an uploaded file
upload_max_filesize = 2MThis value also effects file upload. To upload files this value must be 15% larger than the upload_max_filesize.
post_max_size = 8MOnce you have made changes to the file you will need to reload apache for them to take effect:
service httpd graceful
php_ini.1441982175.txt.gz · Last modified: 2024/05/23 07:26 (external edit)