From e8bc9cfd60eeeecd37e0749eda51010e4e89669c Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 16 Jul 2014 22:47:22 +0000 Subject: [PATCH] CID-24872: Comment out not-yet-implemented code --- docs/api/MongoDB/Server.php | 2 ++ 1 file changed, 2 insertions(+) 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; } /* }}} */