Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Commit 585b709

Browse files
committed
README update
1 parent f561e42 commit 585b709

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Overview
99
PHP Protobuf is Google's Protocol Buffers implementation for PHP with a goal to provide high performance, including a `protoc` plugin to generate PHP classes from .proto files. The heavy-lifting (a parsing and a serialization) is done by a PHP extension.
1010

1111
### Requirements
12-
* PHP 7.0 or above
12+
* PHP 7.0 or above (for PHP 5 support refer to [php5](https://github.com/allegro/php-protobuf/tree/php5) branch)
1313
* Pear's Console_CommandLine (for the protoc plugin)
1414
* Google's protoc compiler version 2.6 or above
1515

@@ -258,5 +258,11 @@ References
258258

259259
* [Protocol Buffers][1]
260260

261+
Acknowledgments
262+
---------------
263+
264+
* PHP7 support ([Sergey](https://github.com/serggp))
265+
266+
261267
[1]: http://code.google.com/p/protobuf/ "Protocol Buffers"
262268
[2]: http://php.net/manual/en/install.pecl.phpize.php

0 commit comments

Comments
 (0)