CID-24872: Comment out not-yet-implemented code

This commit is contained in:
Hannes Magnusson
2014-07-16 22:47:22 +00:00
parent 648169182a
commit e8bc9cfd60

View File

@@ -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;
} /* }}} */