summaryrefslogtreecommitdiff
path: root/ext/msql
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-06-16 18:24:02 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-06-16 18:24:02 +0000
commit87a491d7b64f34a9692af3edc58151e9baa2e275 (patch)
tree023b2ac85e2f4ae8951fefe14ccc9c835cfe465a /ext/msql
parentc6ddfd4440ad412059e49dc69f9c7e98de57d65c (diff)
downloadphp-git-87a491d7b64f34a9692af3edc58151e9baa2e275.tar.gz
C++ // comments are evil ...
Diffstat (limited to 'ext/msql')
-rw-r--r--ext/msql/php_msql.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/msql/php_msql.c b/ext/msql/php_msql.c
index 0ddbfd7229..0228b7eb0c 100644
--- a/ext/msql/php_msql.c
+++ b/ext/msql/php_msql.c
@@ -944,7 +944,9 @@ static void php_msql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type)
add_assoc_stringl(return_value, msql_field->name, data, data_len, should_copy);
}
} else {
- //add_get_index_stringl(return_value, i, empty_string, 0, (void **) &pval_ptr, 1);
+ /*
+ add_get_index_stringl(return_value, i, empty_string, 0, (void **) &pval_ptr, 1);
+ */
}
}
}