Skip to content

Commit c7aac1e

Browse files
authored
Merge pull request datastax#135 from Girgias/convert-docref0
Convert php_error_docref0() to php_error_docref()
2 parents 24d85d9 + 84eb596 commit c7aac1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/src/Cluster/Builder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ PHP_METHOD(ClusterBuilder, build)
130130
rc = cass_cluster_set_use_hostname_resolution(cluster->cluster, self->enable_hostname_resolution);
131131
if (rc == CASS_ERROR_LIB_NOT_IMPLEMENTED) {
132132
if (self->enable_hostname_resolution) {
133-
php_error_docref0(NULL TSRMLS_CC, E_WARNING,
133+
php_error_docref(NULL TSRMLS_CC, E_WARNING,
134134
"The underlying C/C++ driver does not implement hostname resolution it will be disabled");
135135
}
136136
} else {

0 commit comments

Comments
 (0)