]> granicus.if.org Git - php/commitdiff
* Archive_Tar is no longer experimental
authorStig Bakken <ssb@php.net>
Tue, 28 Aug 2001 12:26:47 +0000 (12:26 +0000)
committerStig Bakken <ssb@php.net>
Tue, 28 Aug 2001 12:26:47 +0000 (12:26 +0000)
pear/scripts/phptar.in

index f0e336c2c09f391b86c248220df8e49179a625e5..3bb0575c19b9d830d6b364b252f46df8a298c4e0 100755 (executable)
@@ -12,7 +12,7 @@ define('S_IFLNK', 0120000); // Symbolic link
 define('S_IFSOCK', 0140000); // Socket
 
 require_once "PEAR.php";
-require_once "Experimental/Archive/Tar.php";
+require_once "Archive/Tar.php";
 require_once "Console/Getopt.php";
 
 // }}}