mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
fix #41765
This commit is contained in:
parent
35f3b30d64
commit
4103c5ce7c
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ PHP_FUNCTION(recode_string)
|
|||
{
|
||||
RECODE_REQUEST request = NULL;
|
||||
char *r = NULL;
|
||||
int r_len = 0, r_alen = 0;
|
||||
size_t r_len = 0, r_alen = 0;
|
||||
int req_len, str_len;
|
||||
char *req, *str;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue