Standard max_input_vars setting is 1000 in the PHP environment. I need to increase this, how I can do this in an app deployed to IBM Bluemix?
1条回答 默认 最新
drhzn3911 2016-06-10 16:30关注To change default
php.inivalues you have to create a.user.inifile in your project root directory and specify the parameter you want to overwrite, for example:max_input_vars = 1500Then push your application again:
cf push本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报