I tried Googling and browsing through PHP docs but I can’t find a limit on the maximum size of a script that PHP can execute. If there is any, what is it?
Share
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.
Size of the script is irrelevant. You need to have enough memory to run it. This means your web server (apache, nginx, etc) needs to be able to run without hitting the dreaded OOM.