mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
The type has changed to size_t.
This commit is contained in:
parent
4f757a3af0
commit
2517250b35
2 changed files with 2 additions and 2 deletions
|
@ -330,7 +330,7 @@ static int php_b_body_write(const char *str, uint str_length)
|
||||||
static int php_ub_body_write_no_header(const char *str, uint str_length)
|
static int php_ub_body_write_no_header(const char *str, uint str_length)
|
||||||
{
|
{
|
||||||
char *newstr = NULL;
|
char *newstr = NULL;
|
||||||
uint new_length=0;
|
size_t new_length=0;
|
||||||
int result;
|
int result;
|
||||||
OLS_FETCH();
|
OLS_FETCH();
|
||||||
BLS_FETCH();
|
BLS_FETCH();
|
||||||
|
|
|
@ -330,7 +330,7 @@ static int php_b_body_write(const char *str, uint str_length)
|
||||||
static int php_ub_body_write_no_header(const char *str, uint str_length)
|
static int php_ub_body_write_no_header(const char *str, uint str_length)
|
||||||
{
|
{
|
||||||
char *newstr = NULL;
|
char *newstr = NULL;
|
||||||
uint new_length=0;
|
size_t new_length=0;
|
||||||
int result;
|
int result;
|
||||||
OLS_FETCH();
|
OLS_FETCH();
|
||||||
BLS_FETCH();
|
BLS_FETCH();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue