Skip to content

Commit 6b5de8c

Browse files
committed
change fastcgi to FastCGI
1 parent 7960ed8 commit 6b5de8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ represented by a PHP callable instead of a string::
431431

432432
Additionally, PHP isn't the only layer that can buffer output. Your web
433433
server might also buffer based on its configuration. What's more, if you
434-
use fastcgi, buffering can't be disabled at all.
434+
use FastCGI, buffering can't be disabled at all.
435435

436436
.. _component-http-foundation-serving-files:
437437

0 commit comments

Comments
 (0)