Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 817c172

Browse filesBrowse files
committed
fix the Runtime component introduction
1 parent 0a3f6ab commit 817c172
Copy full SHA for 817c172

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎components/runtime.rst

Copy file name to clipboardExpand all lines: components/runtime.rst
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ The Runtime Component
22
=====================
33

44
The Runtime Component decouples the bootstrapping logic from any global state
5-
to make sure the application can run with runtimes like PHP-FPM, ReactPHP,
6-
Swoole, etc. without any changes.
5+
to make sure the application can run with runtimes like `PHP-PM`_, `ReactPHP`_,
6+
`Swoole`_, etc. without any changes.
77

88
.. versionadded:: 5.3
99

@@ -483,5 +483,7 @@ The end user will now be able to create front controller like::
483483
return new SomeCustomPsr15Application();
484484
};
485485

486+
.. _PHP-PM: https://github.com/php-pm/php-pm
487+
.. _Swoole: https://openswoole.com/
486488
.. _ReactPHP: https://reactphp.org/
487489
.. _`PSR-15`: https://www.php-fig.org/psr/psr-15/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.