How to enable php directives in .htaccess for FastCGI?

I have a php directives like php_flag display_errors on in .htaccess but they are ignored, probably due to FastCGI settings. Apache directives are not ignored.
How to enable usage of php directives in .htaccess for FastCGI?