r82912 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r82911
|
r82912
|
r82913
>
Date:
21:06, 27 February 2011
Author:
demon
Status:
ok
Tags:
Comment:
Partial merge
r82461
, close() the reader when we're done with it.
Probably not enough to fix the OOM issues here, since we've pretty much established that XMLReader is unacceptably slow (eg:
r66267
,
r77638
)
Modified paths:
/branches/wmf/1.17wmf1/includes/media/SVGMetadataExtractor.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/wmf/1.17wmf1/includes/media/SVGMetadataExtractor.php
—
—
@@ -113,6 +113,8 @@
114
114
}
115
115
}
116
116
117
+ $this->reader->close();
118
+
117
119
return true;
118
120
}
119
121
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r66267
Rewrite of XML Dump Processing:...
werdna
13:28, 12 May 2010
r82461
Close the xmlreader when we are done with it.
hartman
15:42, 19 February 2011
Status & tagging log
05:32, 20 April 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r82912
[
removed:
new
added:
ok]