Skip to content

Commit

Permalink
deprecation of Archive libs
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Jul 31, 2015
1 parent 656e584 commit 0b55591
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 90 deletions.
1 change: 1 addition & 0 deletions inc/Tar.class.php
Expand Up @@ -43,6 +43,7 @@
* @author Andreas Gohr <andi@splitbrain.org>
* @author Bouchon <tarlib@bouchon.org> (Maxg)
* @license GPL 2
* @deprecated 2015-05-15 - use splitbrain\PHPArchive\Tar instead
*/
class Tar {

Expand Down
89 changes: 0 additions & 89 deletions inc/TarLib.class.php

This file was deleted.

1 change: 1 addition & 0 deletions inc/ZipLib.class.php
Expand Up @@ -6,6 +6,7 @@
* @link http://forum.maxg.info
*
* Modified for Dokuwiki
* @deprecated 2015-05-15 - use splitbrain\PHPArchive\Zip instead
* @author Christopher Smith <chris@jalakai.co.uk>
*/
class ZipLib {
Expand Down
1 change: 0 additions & 1 deletion inc/load.php
Expand Up @@ -71,7 +71,6 @@ function load_autoload($name){
'IXR_IntrospectionServer' => DOKU_INC.'inc/IXR_Library.php',
'Doku_Plugin_Controller'=> DOKU_INC.'inc/plugincontroller.class.php',
'Tar' => DOKU_INC.'inc/Tar.class.php',
'TarLib' => DOKU_INC.'inc/TarLib.class.php',
'ZipLib' => DOKU_INC.'inc/ZipLib.class.php',
'DokuWikiFeedCreator' => DOKU_INC.'inc/feedcreator.class.php',
'Doku_Parser_Mode' => DOKU_INC.'inc/parser/parser.php',
Expand Down

0 comments on commit 0b55591

Please sign in to comment.