Skip to content

Commit bd3f0e4

Browse files
committed
TODO list update; namespace config
1 parent a9185a7 commit bd3f0e4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ make
2424
make install
2525
```
2626

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+
2736
Basic Usage
2837
===
2938
***Example 1*** Parsing a string directly
@@ -117,4 +126,5 @@ TODO
117126
1. code cleaning
118127
2. set/get by node paths
119128
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

Comments
 (0)