Vidyalelo
PHP · Q4

Website Security

Programming · PHP · question 4

Q4

The memory_limit is only applicable if _______ is enabled when you configure PHP. Fill in the blank.

A.
–enable-limit
B.
-enable-memory-limit
C.
–enable-memory-limit
Answer
D.
-memory-limit

Answer: Option C

Solution

Answer: Option C
Solution:
This directive specifies, in megabytes, how much memory a script can use. Default value: 128M.