We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9185a7 commit bd3f0e4Copy full SHA for bd3f0e4
README.md
@@ -24,6 +24,15 @@ make
24
make install
25
```
26
27
+***Step 3*** Enable `php-bencode`
28
+
29
+Add this to your `php.ini`:
30
+```ini
31
+extension=bencode.so
32
+; optional: register classes in "bencode" namespace
33
+bencode.namespace=1
34
+```
35
36
Basic Usage
37
===
38
***Example 1*** Parsing a string directly
@@ -117,4 +126,5 @@ TODO
117
126
1. code cleaning
118
127
2. set/get by node paths
119
128
3. search through a Bencode tree
120
-4. registration in a given namespace
129
+4. ~~registration in a given namespace~~
130
+5. PHP 5.6 support
0 commit comments