mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
news entry for #1787
This commit is contained in:
commit
f77be645bc
5 changed files with 98 additions and 1 deletions
|
@ -593,12 +593,19 @@ has been defined and none can be detected */
|
|||
}
|
||||
#endif
|
||||
|
||||
if (parser->parser->lastError.level >= XML_ERR_WARNING) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue