Top "Ini-set" questions

The ini_set() function is used to set PHP configuration options at runtime.

Strange problem while uploading large files

I am having a strange problem while uploading large files in PHP. In php.ini, max_execution_time is set …

php file-upload ini-set
why ini_set('session.gc_maxlifetime',60) doesn't work?

the default expire time of session is 1440,i want to reduce this time to 60 second,but when i use ini_…

php session garbage-collection ini-set
.htaccess :: Cannot set a upload_tmp_dir

Looks like a very simple task but it's not working... I'm trying to set upload_tmp_dir to the ROOT …

php .htaccess upload apc ini-set