aboutsummaryrefslogtreecommitdiff
path: root/php/README.md
diff options
context:
space:
mode:
authorIssac Trotts <issac.trotts@gmail.com>2017-11-15 11:08:15 -0800
committerPaul Yang <TeBoring@users.noreply.github.com>2017-11-15 11:08:15 -0800
commit0d466884a294c602894237a0312b002a33f3623d (patch)
tree3e91637fd58a69e4e5241ede9101abc1f9ac5fda /php/README.md
parent696653d246b2639a6d8b18f7887a6cb9ddaf1114 (diff)
downloadprotobuf-0d466884a294c602894237a0312b002a33f3623d.tar.gz
protobuf-0d466884a294c602894237a0312b002a33f3623d.tar.bz2
protobuf-0d466884a294c602894237a0312b002a33f3623d.zip
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/README.md')
-rw-r--r--php/README.md2
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