Ver Fonte

Merge pull request #8236 from bshaffer/patch-3

fix: README supported PHP version for C extension
Joshua Haberman há 4 anos atrás
pai
commit
5e79c737d8
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      php/README.md

+ 2 - 2
php/README.md

@@ -16,8 +16,8 @@ generation functionality.
 
 
 To use PHP runtime library requires:
 To use PHP runtime library requires:
 
 
-- C extension: PHP 5.5, 5.6, or 7.
-- [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6 or 7.
+- C extension: PHP 7.x, 8.0
+- [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6, 7.x, or 8.0.
 
 
 ## Installation
 ## Installation