Skip to content

Commit

Permalink
Merge branch 'master' of git.php.net:/php-src
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Nov 13, 2016
2 parents f77be64 + 9593663 commit 54fbc27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions ext/ftp/ftp.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <time.h>
#ifdef PHP_WIN32
#include <winsock2.h>
#else
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
Expand Down
7 changes: 0 additions & 7 deletions ext/xml/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,13 +599,6 @@ has been defined and none can be detected */

error = xmlParseChunk(parser->parser, (char *) data, data_len, is_final);
if (error) {
<<<<<<< HEAD
return 0;
} else {
return 1;
} else if (parser->parser->lastError.level > XML_ERR_WARNING ){
=======
>>>>>>> PHP-7.1
return 0;
} else {
return 1;
Expand Down

0 comments on commit 54fbc27

Please sign in to comment.