The company has a mass SMS small project, the project has been on the line for a long time there is no problem, recently there are businessmen said I can not use the message mass
The phenomenon is: found sometimes can be sent, sometimes can not send, look at the number of phones sent different
By debugging PHP code found that PHP only accepted 1000 request parameters, and then see Nginx Access status is 200, normal. In view of PHP error log found to have the following sentence
Unknown:input variables exceeded 1000
This hint is up to 1000 of the request parameters, this in some projects 1000 may not meet the demand, so we need to modify, find the php.ini file, search keyword Max_input_vars according to the project requirements set to meet your needs of the value
Original address: PHP request parameter limit
Tags: php max_input_vars number of input parameters variables
Smart recommendations
- PHP Only variables can is passed by reference
- Nginx Common global variables and rewrite rules
- PHP failed to create Git branch via exec
- PHPSTORM9 can not enter the Chinese comma period and other symbols, how to break?
- Phpexcel reading data
PHP Request Parameter limits