diff options
Diffstat (limited to 'php-bug81746.patch')
-rw-r--r-- | php-bug81746.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-bug81746.patch b/php-bug81746.patch index 7f4c77f..6e2ba19 100644 --- a/php-bug81746.patch +++ b/php-bug81746.patch @@ -22,7 +22,7 @@ diff --git a/ext/dom/document.c b/ext/dom/document.c index b478e1a1aab..e683eb8f701 100644 --- a/ext/dom/document.c +++ b/ext/dom/document.c -@@ -1379,7 +1379,7 @@ static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, size_t so +@@ -1380,7 +1380,7 @@ static xmlDocPtr dom_document_parser(zval *id, int mode, char *source, size_t so int validate, recover, resolve_externals, keep_blanks, substitute_ent; int resolved_path_len; int old_error_reporting = 0; |