mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. Conflicts: ext/dba/libinifile/inifile.c
This commit is contained in:
commit
39612afc72
21 changed files with 30 additions and 31 deletions
|
@ -398,7 +398,7 @@ static int find_boundary(multipart_buffer *self, char *boundary TSRMLS_DC)
|
|||
static int multipart_buffer_headers(multipart_buffer *self, zend_llist *header TSRMLS_DC)
|
||||
{
|
||||
char *line;
|
||||
mime_header_entry prev_entry, entry;
|
||||
mime_header_entry prev_entry = {0}, entry;
|
||||
int prev_len, cur_len;
|
||||
|
||||
/* didn't find boundary, abort */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue