diff options
author | Issac Trotts <issac.trotts@gmail.com> | 2017-11-15 11:08:15 -0800 |
---|---|---|
committer | Paul Yang <TeBoring@users.noreply.github.com> | 2017-11-15 11:08:15 -0800 |
commit | 0d466884a294c602894237a0312b002a33f3623d (patch) | |
tree | 3e91637fd58a69e4e5241ede9101abc1f9ac5fda /php | |
parent | 696653d246b2639a6d8b18f7887a6cb9ddaf1114 (diff) |
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
Diffstat (limited to 'php')
-rw-r--r-- | php/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/README.md b/php/README.md index cebeb3e5..da7884ea 100644 --- a/php/README.md +++ b/php/README.md @@ -16,7 +16,7 @@ generation functionality. 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. ## Installation |