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.
2 parents 24d85d9 + 84eb596 commit c7aac1eCopy full SHA for c7aac1e
ext/src/Cluster/Builder.c
@@ -130,7 +130,7 @@ PHP_METHOD(ClusterBuilder, build)
130
rc = cass_cluster_set_use_hostname_resolution(cluster->cluster, self->enable_hostname_resolution);
131
if (rc == CASS_ERROR_LIB_NOT_IMPLEMENTED) {
132
if (self->enable_hostname_resolution) {
133
- php_error_docref0(NULL TSRMLS_CC, E_WARNING,
+ php_error_docref(NULL TSRMLS_CC, E_WARNING,
134
"The underlying C/C++ driver does not implement hostname resolution it will be disabled");
135
}
136
} else {
0 commit comments