aboutsummaryrefslogtreecommitdiff
path: root/php/README.md
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2016-10-10 13:58:39 -0700
committerGitHub <noreply@github.com>2016-10-10 13:58:39 -0700
commitfd046f6263fb17383cafdbb25c361e3451c31105 (patch)
tree5879fa426bd0cf22df5a7ee39d25b8ece7c117f8 /php/README.md
parent337a028bb65ccca4dda768695950b5aba53ae2c9 (diff)
parentdaba6653f1289b58873c2ae993afcdb82035d2fb (diff)
downloadprotobuf-fd046f6263fb17383cafdbb25c361e3451c31105.tar.gz
protobuf-fd046f6263fb17383cafdbb25c361e3451c31105.tar.bz2
protobuf-fd046f6263fb17383cafdbb25c361e3451c31105.zip
Merge pull request #2234 from TeBoring/master
Merge 3.1.x branch into master.
Diffstat (limited to 'php/README.md')
-rw-r--r--php/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/php/README.md b/php/README.md
index 2f5380f5..ec92d329 100644
--- a/php/README.md
+++ b/php/README.md
@@ -16,7 +16,8 @@ generation functionality.
To use PHP runtime library requires:
-- PHP 5.5 or above.
+- C extension: PHP 5.5.x or 5.6.x.
+- PHP package: PHP 5.5, 5.6 or 7.
## Installation
@@ -94,6 +95,5 @@ Known Issues
* Map fields may not be garbage-collected if there is cycle reference.
* No debug information for messages in c extension.
* HHVM not tested.
-* PHP 7.0 not tested.
-* C extension not tested on windows.
+* C extension not tested on windows, mac, php 7.0.
* Message name cannot be Empty.