fastcgi_finish_request() undefined?
php
Solution
The reason I was receiving the "PHP Fatal Error" message was because I was calling the fastcgi_finish_request() method from a script that was not being executing through fastcgi. After researching this I now have a better understanding of php-fpm...so that's a plus :)
Problem
I have nginx setup with php-fpm on my server and am attempting to use fastcgi_finish_request() however I receive message: PHP Fatal error: Call to undefined function fastcgi_finish_request()? Is there something extra that I need to install on the server before this function is available? I've been digging around trying to find a solution and apparently haven't found the right keyword combination yet, or am highly confused about something???