Skip to content

Commit 5a3f4ca

Browse files
committed
Update README.md
prepare for 0.1.3 release
1 parent d018f52 commit 5a3f4ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Currently this is only a "stub" resolver, so recursion will not be supported if
2525
## Requirements
2626

2727
- Unix or Linux
28-
- PHP 5.4 or 5.5
28+
- PHP 5.4, 5.5 or 5.6
2929
- libev
3030

3131

@@ -51,9 +51,9 @@ $ echo "extension=rdns.so" >> /etc/php.ini
5151

5252
```
5353
$ sudo apt-get install libev-dev
54-
$ wget https://github.com/weheartwebsites/php-rdns/releases/download/v0.1.2/rdns-0.1.2.tgz
55-
$ tar xvfz rdns-0.1.2.tgz
56-
$ cd rdns-0.1.2/
54+
$ wget https://github.com/weheartwebsites/php-rdns/releases/download/v0.1.3/rdns-0.1.3.tgz
55+
$ tar xvfz rdns-0.1.3.tgz
56+
$ cd rdns-0.1.3/
5757
$ phpize
5858
$ ./configure
5959
$ make

0 commit comments

Comments
 (0)