1.

The memory_limit is only applicable if ________ is enabled when you configure PHP.(a) –enable-limit(b) -enable-memory-limit(c) –enable-memory-limit(d) -memory-limitThis question was addressed to me in an online quiz.My enquiry is from Website Security using PHP topic in portion File and Session Handling in PHP of PHP

Answer»

Correct answer is (C) –enable-memory-limit

The best I can EXPLAIN: This directive specifies, in megabytes, how MUCH memory a SCRIPT can use. DEFAULT value: 128M.



Discussion

No Comment Found

Related InterviewSolutions