diff --git a/docs/api/MongoDB/Server.php b/docs/api/MongoDB/Server.php index 07dd8e0a..a82b5c4e 100644 --- a/docs/api/MongoDB/Server.php +++ b/docs/api/MongoDB/Server.php @@ -304,9 +304,11 @@ static int php_phongo_server_compare_objects(zval *o1, zval *o2 TSRMLS_DC) /* {{ if (intern1 && intern2) { return 0; } + /* if (!strcmp(intern1->host->host_and_port, intern2->host->host_and_port)) { return 0; } + */ return 1; } /* }}} */