Skip to content

Commit 94e0181

Browse files
committed
Merge branch 'develop'
2 parents f1a7d87 + a0b7abb commit 94e0181

5 files changed

+7
-4
lines changed

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* 2015-09-04: Version 0.8.2
2+
* Modified tests to work with multiple getdns 0.3.x versions.
3+
14
* 2015-08-05: Version 0.8.1
25
* Removed the libevent dependency to use the getdns default event
36
loop instead.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
getdns-php
22
==========
33

4-
A PHP language binding for the getdns API, version 0.8.1.
4+
A PHP language binding for the getdns API, version 0.8.2.
55
This implementation is licensed under the New BSD License (BSD-new).
66

77
NOTE: THIS IS A BETA RELEASE!

php_getdns.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ZEND_END_MODULE_GLOBALS(getdns)
5757

5858
/* Miscellaneous definitions. */
5959

60-
#define PHP_GETDNS_VERSION "0.8.1"
60+
#define PHP_GETDNS_VERSION "0.8.2"
6161
#define PHP_GETDNS_EXTNAME "getdns"
6262

6363
/* PHP environment setup functions. */

tests/php_getdns_get_version_basic.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ var_dump($versStr);
88

99
?>
1010
--EXPECTF--
11-
string(5) "0.3.1"
11+
string(5) "0.3.%s"

tests/php_getdns_get_version_number_basic.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ var_dump($versNum);
88

99
?>
1010
--EXPECTF--
11-
int(196864)
11+
int(%d)

0 commit comments

Comments
 (0)