From: Stig Bakken Date: Tue, 28 Aug 2001 12:26:47 +0000 (+0000) Subject: * Archive_Tar is no longer experimental X-Git-Tag: PRE_SUBST_Z_MACROS~323 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=821ea15431f560967b6f2063aca322ba8d3a6661;p=php * Archive_Tar is no longer experimental --- diff --git a/pear/scripts/phptar.in b/pear/scripts/phptar.in index f0e336c2c0..3bb0575c19 100755 --- a/pear/scripts/phptar.in +++ b/pear/scripts/phptar.in @@ -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"; // }}}