mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: fix typo
This commit is contained in:
commit
51cbb85ea9
1 changed files with 1 additions and 1 deletions
|
@ -721,7 +721,7 @@ SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg TSRMLS_DC)
|
|||
|
||||
header_line = estrndup(header_line, header_line_len);
|
||||
|
||||
/* cut of trailing spaces, linefeeds and carriage-returns */
|
||||
/* cut off trailing spaces, linefeeds and carriage-returns */
|
||||
if (header_line_len && isspace(header_line[header_line_len-1])) {
|
||||
do {
|
||||
header_line_len--;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue