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 a17b5c9

Browse filesBrowse files
committed
minor #20482 doc(runtime): add frankenphp (94noni)
This PR was merged into the 6.4 branch. Discussion ---------- doc(runtime): add frankenphp I think it is worth mentioning here, wdyt? Commits ------- b72ecdc doc(runtime): add frankenphp
2 parents 48aadc5 + b72ecdc commit a17b5c9
Copy full SHA for a17b5c9

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-1
lines changed

‎components/runtime.rst

Copy file name to clipboardExpand all lines: components/runtime.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The Runtime Component
33

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

88
Installation
99
------------
@@ -487,6 +487,7 @@ The end user will now be able to create front controller like::
487487

488488
.. _PHP-PM: https://github.com/php-pm/php-pm
489489
.. _Swoole: https://openswoole.com/
490+
.. _FrankenPHP: https://frankenphp.dev/
490491
.. _ReactPHP: https://reactphp.org/
491492
.. _`PSR-15`: https://www.php-fig.org/psr/psr-15/
492493
.. _`runtime template file`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Runtime/Internal/autoload_runtime.template

0 commit comments

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