Adding Archive/Tar.php to php4/pear/. This is needed in order for the

phptar script (php4/pear/scripts/phptar) to be useful, so it makes sense
to make Archive/Tar.php a standard component.
This commit is contained in:
Jon Parise 2002-01-21 18:25:04 +00:00
parent 44b5298506
commit 6aa6a6ab87
2 changed files with 1055 additions and 0 deletions

1053
pear/Archive/Tar.php Normal file

File diff suppressed because it is too large Load Diff

View File

@ -10,6 +10,7 @@ include $(top_srcdir)/build/rules.mk
peardir=$(PEAR_INSTALLDIR)
PEAR_SUBDIRS = \
Archive \
Console \
Crypt \
Date \
@ -25,6 +26,7 @@ PEAR_SUBDIRS = \
XML
PEAR_FILES = \
Archive/Tar.php \
Console/Getopt.php \
Crypt/CBC.php \
Crypt/HCEMD5.php \