mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Remove no_separation flag
This commit is contained in:
parent
e93aca7167
commit
302933daea
27 changed files with 10 additions and 50 deletions
|
@ -566,7 +566,6 @@ static xmlParserInputPtr _php_libxml_external_entity_loader(const char *URL,
|
|||
fci->retval = &retval;
|
||||
fci->params = params;
|
||||
fci->param_count = sizeof(params)/sizeof(*params);
|
||||
fci->no_separation = 1;
|
||||
|
||||
status = zend_call_function(fci, &LIBXML(entity_loader).fcc);
|
||||
if (status != SUCCESS || Z_ISUNDEF(retval)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue