<<< Previous question <<< Question ID#0704.md >>> Next question >>>
When running PHP's built in FastCGI Process Manager (FPM) which of the following statements are true ?
- A) Settings initialized in the php-fpm.conf file with php_admin_flag can not be overwritten in the code through ini_set()
- B) The special fastcgi_finish_request() function allows PHP to finish request and flush all data while continuing to do various tasks in the background
- C) It doesn't provide any easy way of debugging slow performing requests/scripts
- D) All variant are true
Answer
Answer: A, B