]> granicus.if.org Git - php/commitdiff
C-comments should be used
authorAndrey Hristov <andrey@php.net>
Tue, 16 Jun 2009 17:59:19 +0000 (17:59 +0000)
committerAndrey Hristov <andrey@php.net>
Tue, 16 Jun 2009 17:59:19 +0000 (17:59 +0000)
ext/mysqlnd/mysqlnd_ps.c

index 36ad6888c9294ee9cdb120a11080d3cb954e6e84..18eab05be7871d2a8175dc83ce729fc5b4882023 100644 (file)
@@ -871,7 +871,7 @@ mysqlnd_stmt_fetch_row_unbuffered(MYSQLND_RES *result, void *param, unsigned int
                                                        result->meta->fields[i].max_length = Z_STRLEN_P(data);
                                                }
                                                stmt->result_bind[i].zv->value = data->value;
-                                               // copied data, thus also the ownership. Thus null data
+                                               /* copied data, thus also the ownership. Thus null data */
                                                ZVAL_NULL(data);
                                        }
                                }
@@ -1047,7 +1047,7 @@ mysqlnd_fetch_stmt_row_cursor(MYSQLND_RES *result, void *param, unsigned int fla
                                                        result->meta->fields[i].max_length = Z_STRLEN_P(data);
                                                }
                                                stmt->result_bind[i].zv->value = data->value;
-                                               // copied data, thus also the ownership. Thus null data
+                                               /* copied data, thus also the ownership. Thus null data */
                                                ZVAL_NULL(data);
                                        }
                                }