Unable to adjust the value of PHP max_input_variables
P粉970736384
P粉970736384 2023-08-14 11:43:02
0
1
384
<p>So, I tried using the user.ini file to increase my max input time to 150, however, when I reopen the user.ini file, it only shows ARRAY (0x27c2560) instead of the increased one I assigned variable. </p> <p>I can add any variable like upload_max_filesize = 256M; and post_max_size = 256M; but after adding max_input_time = 150; it only shows this: ARRAY(0x27c2560)</p> <p>What does ARRAY(0x27c2560) mean? And even after saving the file, my max_input_time is still 60...</p> <p>After adding max_input_time = 150;, it only shows this: ARRAY(0x27c2560)</p> <p>What does ARRAY(0x27c2560) mean? And even after saving the file, my max_input_time is still 60...</p>
P粉970736384
P粉970736384

reply all(1)
P粉649990163

I think this is because of syntax error.

You said you added the following:

max_input_time = 150;

But it should be

max_input_time = 150

No semicolon. Other modifications are the same.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!