30 $this->compressionLevel = $cmpLevel;
31 $command = $this->setup7zCommand( $file );
33 $this->filename = $file;
40 private function setup7zCommand( $file ) {
42 $command .= Shell::escape( (
string)$this->compressionLevel ) .
' ';
56 fclose( $this->handle );
57 proc_close( $this->procOpenResource );
60 $command = $this->setup7zCommand( $this->filename );
68class_alias( Dump7ZipOutput::class,
'Dump7ZipOutput' );
wfGetNull()
Get a platform-independent path to the null file, e.g.