vercel-community / php

🐘 PHP Runtime for ▲ Vercel Serverless Functions (support 7.4-8.3)
https://php.vercel.app
MIT License
1.21k stars 268 forks source link

Can we increase the **max_execution_time** and **post_max_size** here? #547

Closed imdsamimakhter closed 1 month ago

imdsamimakhter commented 1 month ago

Question

Can we increase the max_execution_time and post_max_size here?

AngelAlexQC commented 1 month ago

Yes, you can override your php.ini file, read the 5th item of FAQ: https://github.com/vercel-community/php?tab=readme-ov-file#%EF%B8%8F-faq

f3l1x commented 1 month ago

Yep, @AngelAlexQC is correct.