define and use closeAndRename() after last write of xml dump file; convert from popen...
authorAriel Glenn <ariel@users.mediawiki.org>
Sat, 27 Aug 2011 18:31:03 +0000 (18:31 +0000)
committerAriel Glenn <ariel@users.mediawiki.org>
Sat, 27 Aug 2011 18:31:03 +0000 (18:31 +0000)
commit0dcd589b6b85e968baaadf3dc791315b20fae2ce
tree7504c5ee6e3f73b6d7b1ff086c5c470d3f879894
parent061f4f07a67c24e08200ea6f22d6c1ece6f2f54f
define and use closeAndRename() after last write of xml dump file; convert from popen (child inherits all open descriptors and there is no workaround) to proc_open (CLOEXEC set on all descriptors), needed so close and rename doesn't hang forever if a child (prefetcher) is forked
includes/Export.php
maintenance/dumpTextPass.php