You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Overview
9
9
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.
10
10
11
11
### 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)
13
13
* Pear's Console_CommandLine (for the protoc plugin)
14
14
* Google's protoc compiler version 2.6 or above
15
15
@@ -258,5 +258,11 @@ References
258
258
259
259
*[Protocol Buffers][1]
260
260
261
+
Acknowledgments
262
+
---------------
263
+
264
+
* PHP7 support ([Sergey](https://github.com/serggp))
0 commit comments