mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed build when mbstring is not used - my previous patch is insufficient.
This commit is contained in:
parent
73ca375f37
commit
e8be0db546
1 changed files with 2 additions and 0 deletions
|
@ -520,6 +520,8 @@ static char *substring_conf(char *start, int len, char quote TSRMLS_DC)
|
|||
} else {
|
||||
*resp++ = start[i];
|
||||
}
|
||||
#else
|
||||
*resp++ = start[i];
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue