Skip to content

Commit 12976d2

Browse files
committed
Add TODO for further optimization possibility
1 parent 4328afe commit 12976d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/mysqlnd/mysqlnd_charset.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,7 @@ PHPAPI zend_ulong mysqlnd_cset_escape_slashes(const MYSQLND_CHARSET * const cset
837837
escapestr--;
838838
continue;
839839
} else if (cset->mb_charlen(*escapestr) > 1) {
840+
/* TODO: check if this branch can actually be taken */
840841
esc = *escapestr;
841842
}
842843
}

0 commit comments

Comments
 (0)