Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Sep 28, 2024
1 parent 56c80d2 commit 8f935f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions php_mailparse_rfc822.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,11 +428,7 @@ PHP_MAILPARSE_API char *php_rfc822_recombine_tokens(php_rfc822_tokenized_t *toks
ret[len] = 0;

if (flags & PHP_RFC822_RECOMBINE_STRTOLOWER)
#if PHP_VERSION_ID < 80400
php_strtolower(ret, len);
#else
zend_str_tolower(ret, len);
#endif

return ret;
}
Expand Down

0 comments on commit 8f935f0

Please sign in to comment.