Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 701 Bytes

0704.md

File metadata and controls

15 lines (12 loc) · 701 Bytes

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