PHP: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
PHP is a language primarily used for web development.<br> | PHP is a language primarily used for web development.<br> | ||
A popular PHP MVC framework for web development is [[Laravel]]. | A popular PHP MVC framework for web development is [[Laravel]]. | ||
==CLI== | |||
===Limits=== | |||
To increase the limits for a specific php call, add the flags: | |||
*<code>-d memory_limit=8G</code> | |||
[[Category:Programming languages]] | [[Category:Programming languages]] |
Latest revision as of 04:49, 31 May 2022
PHP is a language primarily used for web development.
A popular PHP MVC framework for web development is Laravel.
CLI
Limits
To increase the limits for a specific php call, add the flags:
-d memory_limit=8G