Browse Source

Update README.md: C extension works on PHP 7 (#3888)

Here's the pull request that made it happen: https://github.com/google/protobuf/pull/2951
Issac Trotts 7 years ago
parent
commit
0d466884a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php/README.md

+ 1 - 1
php/README.md

@@ -16,7 +16,7 @@ generation functionality.
 
 
 To use PHP runtime library requires:
 To use PHP runtime library requires:
 
 
-- C extension: PHP 5.5.x or 5.6.x.
+- C extension: PHP 5.5, 5.6, or 7.
 - PHP package: PHP 5.5, 5.6 or 7.
 - PHP package: PHP 5.5, 5.6 or 7.
 
 
 ## Installation
 ## Installation