diff options
author | Bo Yang <teboring@google.com> | 2016-09-23 22:22:18 +0000 |
---|---|---|
committer | Bo Yang <teboring@google.com> | 2016-09-23 22:22:18 +0000 |
commit | 18f336b98aa21e7f735cff9186c6c1fc347ad7a6 (patch) | |
tree | 73cf9a34a35e1f40d074d0d3c1dd7a5539352a1d /php | |
parent | 411968d01f6ffe0d3483426d7c8197fd50783f97 (diff) |
Update php supported version.
Diffstat (limited to 'php')
-rw-r--r-- | php/README.md | 6 |
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. |