php_ini
This is an old revision of the document!
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 = 124M
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.1430058622.txt.gz · Last modified: 2024/05/23 07:26 (external edit)