added information on KPHP runtime

This commit is contained in:
Danil Ovchinnikov 2022-09-12 16:36:37 +03:00
parent 4bcb0097f1
commit 3145c1446e

View File

@ -847,7 +847,7 @@ Libraries to help manage database schemas and migrations.
* [Hack](https://hacklang.org/) - A programming language for HHVM. * [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. * [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. * [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 IDEs
*Text Editors and Integrated Development Environments (IDE) with support for PHP.* *Text Editors and Integrated Development Environments (IDE) with support for PHP.*