From 3145c1446eb0423185e4d61793e6ff1a8690c3d3 Mon Sep 17 00:00:00 2001 From: Danil Ovchinnikov Date: Mon, 12 Sep 2022 16:36:37 +0300 Subject: [PATCH] added information on KPHP runtime --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8874c36..2bcba8e 100644 --- a/README.md +++ b/README.md @@ -847,7 +847,7 @@ Libraries to help manage database schemas and migrations. * [Hack](https://hacklang.org/) - A programming language for HHVM. * [HHVM](https://github.com/facebook/hhvm) - A Virtual Machine, Runtime and JIT for PHP by Facebook. * [PeachPie](https://github.com/peachpiecompiler/peachpie) - PHP compiler and runtime for .NET and .NET Core. -* [KPHP](https://github.com/VKCOM/kphp) - A compiler that translates PHP to C++. +* [KPHP](https://github.com/VKCOM/kphp) - A compiler that translates PHP to C++ and runtime for C++. ### Text Editors and IDEs *Text Editors and Integrated Development Environments (IDE) with support for PHP.*