-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
97 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,8 +80,5 @@ | |
}, | ||
"replace": { | ||
"pear/pear-core-minimal": "*" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "*" | ||
} | ||
} |
Binary file modified
BIN
-89 Bytes
(99%)
tests/PEAR_Command_Install/bundle/packages/Archive_Tar-1.2.tgz
Binary file not shown.
194 changes: 95 additions & 99 deletions
194
tests/PEAR_Command_Install/bundle/packages/Archive_Tar/package.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,106 +1,102 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1" ?> | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0"> | ||
<package version="1.0"> | ||
<name>Archive_Tar</name> | ||
<summary>Tar file management class</summary> | ||
<description>This class provides handling of tar files in PHP. | ||
<package version="1.0" packagerversion="1.10.14"> | ||
<name>Archive_Tar</name> | ||
<summary>Tar file management class</summary> | ||
<description>This class provides handling of tar files in PHP. | ||
It supports creating, listing, extracting and adding to tar files. | ||
Gzip support is available if PHP has the zlib extension built-in or | ||
loaded. Bz2 compression is also supported with the bz2 extension loaded.</description> | ||
<maintainers> | ||
<maintainer> | ||
<user>vblavet</user> | ||
<name>Vincent Blavet</name> | ||
<email>[email protected]</email> | ||
<role>lead</role> | ||
</maintainer> | ||
<maintainer> | ||
<user>ssb</user> | ||
<name>Stig Sæther Bakken</name> | ||
<email>[email protected]</email> | ||
<role>helper</role> | ||
</maintainer> | ||
loaded. Bz2 compression is also supported with the bz2 extension loaded. | ||
</description> | ||
<maintainers> | ||
<maintainer> | ||
<user>vblavet</user> | ||
<name>Vincent Blavet</name> | ||
<email>[email protected]</email> | ||
<role>lead</role> | ||
</maintainer> | ||
<maintainer> | ||
<user>ssb</user> | ||
<name>Stig Bakken</name> | ||
<email>[email protected]</email> | ||
<role>helper</role> | ||
</maintainer> | ||
</maintainers> | ||
<release> | ||
<version>1.2</version> | ||
<date>2004-05-08</date> | ||
<license>PHP License</license> | ||
<release> | ||
<version>1.2</version> | ||
<date>2024-02-12</date> | ||
<license>PHP License</license> | ||
<state>stable</state> | ||
<notes>Add support for other separator than the space char and bug | ||
correction | ||
</notes> | ||
<provides type="class" name="Archive_Tar" /> | ||
<provides type="function" name="Archive_Tar::create" /> | ||
<provides type="function" name="Archive_Tar::add" /> | ||
<provides type="function" name="Archive_Tar::extract" /> | ||
<provides type="function" name="Archive_Tar::listContent" /> | ||
<provides type="function" name="Archive_Tar::createModify" /> | ||
<provides type="function" name="Archive_Tar::addModify" /> | ||
<provides type="function" name="Archive_Tar::addString" /> | ||
<provides type="function" name="Archive_Tar::extractModify" /> | ||
<provides type="function" name="Archive_Tar::extractInString" /> | ||
<provides type="function" name="Archive_Tar::extractList" /> | ||
<provides type="function" name="Archive_Tar::setAttribute" /> | ||
<filelist> | ||
<file role="php" baseinstalldir="/" md5sum="4b718a4f5943d3b88defb243359b2866" name="Archive/Tar.php"/> | ||
<file role="doc" baseinstalldir="/" md5sum="ae640b797078a6542ea0d236f28efffb" name="docs/Archive_Tar.txt"/> | ||
</filelist> | ||
</release> | ||
<changelog> | ||
<release> | ||
<version>1.1</version> | ||
<date>2003-05-28</date> | ||
<state>stable</state> | ||
<notes>Add support for other separator than the space char and bug | ||
correction</notes> | ||
<provides type="class" name="Archive_Tar" /> | ||
<provides type="function" name="Archive_Tar::create" /> | ||
<provides type="function" name="Archive_Tar::add" /> | ||
<provides type="function" name="Archive_Tar::extract" /> | ||
<provides type="function" name="Archive_Tar::listContent" /> | ||
<provides type="function" name="Archive_Tar::createModify" /> | ||
<provides type="function" name="Archive_Tar::addModify" /> | ||
<provides type="function" name="Archive_Tar::addString" /> | ||
<provides type="function" name="Archive_Tar::extractModify" /> | ||
<provides type="function" name="Archive_Tar::extractInString" /> | ||
<provides type="function" name="Archive_Tar::extractList" /> | ||
<provides type="function" name="Archive_Tar::setAttribute" /> | ||
<filelist> | ||
<file role="php" baseinstalldir="/" md5sum="4b718a4f5943d3b88defb243359b2866" name="Archive/Tar.php"/> | ||
<file role="doc" baseinstalldir="/" md5sum="ae640b797078a6542ea0d236f28efffb" name="docs/Archive_Tar.txt"/> | ||
</filelist> | ||
</release> | ||
<changelog> | ||
<release> | ||
<version>1.1</version> | ||
<date>2003-05-28</date> | ||
<state>stable</state> | ||
<notes>* Add support for BZ2 compression | ||
<notes>* Add support for BZ2 compression | ||
* Add support for add and extract without using temporary files : methods addString() and extractInString() | ||
</notes> | ||
</release> | ||
<release> | ||
<version>1.0</version> | ||
<date>2003-01-24</date> | ||
<state>stable</state> | ||
<notes>Change status to stable | ||
|
||
</notes> | ||
</release> | ||
<release> | ||
<version>0.10-b1</version> | ||
<date>2003-01-08</date> | ||
<state>beta</state> | ||
<notes>Add support for long filenames (greater than 99 characters) | ||
|
||
</notes> | ||
</release> | ||
<release> | ||
<version>0.9</version> | ||
<date>2002-05-27</date> | ||
<state>stable</state> | ||
<notes>Auto-detect gzip'ed files | ||
|
||
</notes> | ||
</release> | ||
<release> | ||
<version>0.4</version> | ||
<date>2002-05-20</date> | ||
<state>stable</state> | ||
<notes>Windows bugfix: use forward slashes inside archives | ||
|
||
</notes> | ||
</release> | ||
<release> | ||
<version>0.2</version> | ||
<date>2002-02-18</date> | ||
<state>stable</state> | ||
<notes>From initial commit to stable | ||
|
||
</notes> | ||
</release> | ||
<release> | ||
<version>0.3</version> | ||
<date>2002-04-13</date> | ||
<state>stable</state> | ||
<notes>Windows bugfix: used wrong directory separators | ||
|
||
</notes> | ||
</release> | ||
</changelog> | ||
</notes> | ||
</release> | ||
<release> | ||
<version>1.0</version> | ||
<date>2003-01-24</date> | ||
<state>stable</state> | ||
<notes>Change status to stable | ||
</notes> | ||
</release> | ||
<release> | ||
<version>0.10-b1</version> | ||
<date>2003-01-08</date> | ||
<state>beta</state> | ||
<notes>Add support for long filenames (greater than 99 characters) | ||
</notes> | ||
</release> | ||
<release> | ||
<version>0.9</version> | ||
<date>2002-05-27</date> | ||
<state>stable</state> | ||
<notes>Auto-detect gzip'ed files | ||
</notes> | ||
</release> | ||
<release> | ||
<version>0.4</version> | ||
<date>2002-05-20</date> | ||
<state>stable</state> | ||
<notes>Windows bugfix: use forward slashes inside archives | ||
</notes> | ||
</release> | ||
<release> | ||
<version>0.2</version> | ||
<date>2002-02-18</date> | ||
<state>stable</state> | ||
<notes>From initial commit to stable | ||
</notes> | ||
</release> | ||
<release> | ||
<version>0.3</version> | ||
<date>2002-04-13</date> | ||
<state>stable</state> | ||
<notes>Windows bugfix: used wrong directory separators | ||
</notes> | ||
</release> | ||
</changelog> | ||
</package> |
Binary file modified
BIN
-89 Bytes
(99%)
tests/PEAR_Command_Install/install/packages/Archive_Tar-1.2.tgz
Binary file not shown.
Binary file modified
BIN
-89 Bytes
(99%)
tests/PEAR_Command_Install/upgrade-all/packages/Archive_Tar-1.2.tgz
Binary file not shown.
Binary file modified
BIN
+106 Bytes
(100%)
tests/PEAR_Command_Install/upgrade-all/packages/File-1.1.0RC3.tgz
Binary file not shown.
Binary file modified
BIN
-32 Bytes
(100%)
tests/PEAR_Command_Install/upgrade-all/packages/XML_Parser-1.2.4.tgz
Binary file not shown.