mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: - Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at docoloc dot de BFN Update NEWS
This commit is contained in:
commit
d259a853f4
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ xmlDocPtr soap_xmlParseFile(const char *filename TSRMLS_DC)
|
|||
ctxt->sax->warning = NULL;
|
||||
ctxt->sax->error = NULL;
|
||||
/*ctxt->sax->fatalError = NULL;*/
|
||||
#if LIBXML_VERSION >= 20703
|
||||
ctxt->options |= XML_PARSE_HUGE;
|
||||
#endif
|
||||
old = php_libxml_disable_entity_loader(1 TSRMLS_CC);
|
||||
xmlParseDocument(ctxt);
|
||||
php_libxml_disable_entity_loader(old TSRMLS_CC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue