Which of the following methods are available to limit the amount of resources available to PHP through php.ini? (Choose 2)
Limit the amount of memory a script can consume
Limit the total amount of memory PHP uses on the entire server
Limit the maximum execution time of a script
Limit the maximum number of concurrent PHP processes
Limit the maximum number of concurrent PHP threads
Submit