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
Copy file name to clipboardExpand all lines: README.md
+40-34Lines changed: 40 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,56 +1,58 @@
1
1
Introduction
2
2
===
3
-
The `php-bencode` is a PHP extension which can boost the process of encoding and decoding of [Bencode](https://en.wikipedia.org/wiki/Bencode). Supported by [PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP), the project only uses about 1000 lines of codes to implement the basic functions including encoding, decoding, loading, saving and etc.
3
+
The `php-bencode` is a PHP extension which can boost the process of encoding and decoding of [Bencode](https://en.wikipedia.org/wiki/Bencode).
4
+
5
+
`php-bencode` now supports **only PHP 7** with no need of any external libraries. For PHP 5 support, please check the [php-5](https://github.com/Frederick888/php-bencode/tree/php-5) branch, which needs [PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP). (PHP 5 may be supported in the future, but it would take me a little long to get familiar with the old Zend APIs. So any PRs are welcomed.)
0 commit comments