mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
- Oops committed old version of the patch in r324020. Fixed. See bug #61253.
This commit is contained in:
@@ -210,7 +210,7 @@ void php_stream_display_wrapper_errors(php_stream_wrapper *wrapper, const char *
|
||||
err_buf_p = zend_llist_get_next_ex(err_list, &pos), i++) {
|
||||
strcat(msg, *err_buf_p);
|
||||
if (i < count - 1) {
|
||||
l += brlen;
|
||||
strcat(msg, br);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user