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
php ini_set() changes don't take with safe mode off

I wanted to turn output buffering off. Currently it shows no value for local and master. I run ini_set(…

php output-buffering ini-set
How to override register_argc_argv in PHP?

I'm using a shared host (fasthostingdirect) and for some reason they have this flag turned off by default. This means …

php argv command-line-interface argc ini-set