I forget how I can set PHP configuration settings from the application.ini of Zend Framework.
I want to set max_execution_time variable.
Help me please.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use application.ini to set any of the settings that can be set using the ini_set() directive, there is a list of them here.
In your case you are replacing the set_time_limit() function which changes max_execution_time.
So you want to put this into your application.ini