Browse Source

added information on KPHP runtime

pull/1201/head
Danil Ovchinnikov 3 years ago
parent
commit
3145c1446e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -847,7 +847,7 @@ Libraries to help manage database schemas and migrations.
847 847
 * [Hack](https://hacklang.org/) - A programming language for HHVM.
848 848
 * [HHVM](https://github.com/facebook/hhvm) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
849 849
 * [PeachPie](https://github.com/peachpiecompiler/peachpie) - PHP compiler and runtime for .NET and .NET Core.
850
-* [KPHP](https://github.com/VKCOM/kphp) - A compiler that translates PHP to C++.
850
+* [KPHP](https://github.com/VKCOM/kphp) - A compiler that translates PHP to C++ and runtime for C++.
851 851
 
852 852
 ### Text Editors and IDEs
853 853
 *Text Editors and Integrated Development Environments (IDE) with support for PHP.*

Loading…
Cancel
Save