-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add PECL package information and prepare for release v0.1.1
- Loading branch information
Showing
2 changed files
with
81 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> | ||
<name>bsdiff</name> | ||
<channel>pecl.php.net</channel> | ||
<summary>The bsdiff extension for PHP</summary> | ||
<description>A PHP extension to build and apply patches to binary files.</description> | ||
<lead> | ||
<name>Demin Yin</name> | ||
<user>deminy</user> | ||
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2022-10-07</date> | ||
<version> | ||
<release>0.1.1</release> | ||
<api>0.1.0</api> | ||
</version> | ||
<stability> | ||
<release>alpha</release> | ||
<api>alpha</api> | ||
</stability> | ||
<license uri="http://www.php.net/license">PHP License</license> | ||
<notes> | ||
First public release | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
<file name="bsdiff.c" role="src"/> | ||
<file name="bsdiff.h" role="src"/> | ||
<file name="bspatch.c" role="src"/> | ||
<file name="bspatch.h" role="src"/> | ||
<file name="config.m4" role="src"/> | ||
<file name="config.w32" role="src"/> | ||
<file name="php_bsdiff.c" role="src"/> | ||
<file name="php_bsdiff.h" role="src"/> | ||
<file name="php_bsdiff.stub.php" role="src"/> | ||
<file name="php_bsdiff_arginfo.h" role="src"/> | ||
<file name="LICENSE" role="doc"/> | ||
<file name="README.md" role="doc"/> | ||
<dir name="tests"> | ||
<file name="001_is_loaded.phpt" role="test"/> | ||
<file name="002_basic.phpt" role="test"/> | ||
<file name="003_bsdiff_exceptions.phpt" role="test"/> | ||
<file name="004_bspatch_exceptions.phpt" role="test"/> | ||
<file name="005_memory_usage.phpt" role="test"/> | ||
<file name="006_bsdiff_memory_leaks.phpt" role="test"/> | ||
<file name="007_bspatch_memory_leaks.phpt" role="test"/> | ||
</dir> | ||
</dir> | ||
</contents> | ||
<dependencies> | ||
<required> | ||
<php> | ||
<min>7.2.0</min> | ||
</php> | ||
<pearinstaller> | ||
<min>1.4.3</min> | ||
</pearinstaller> | ||
</required> | ||
</dependencies> | ||
<providesextension>bsdiff</providesextension> | ||
<extsrcrelease/> | ||
<changelog> | ||
<release> | ||
<date>2022-10-07</date> | ||
<version> | ||
<release>0.1.1</release> | ||
<api>0.1.0</api> | ||
</version> | ||
<stability> | ||
<release>alpha</release> | ||
<api>alpha</api> | ||
</stability> | ||
<license uri="http://www.php.net/license">PHP License</license> | ||
<notes> | ||
First public release | ||
</notes> | ||
</release> | ||
</changelog> | ||
</package> |
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