Skip to content

Commit

Permalink
Fixed typo in configure output
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Mar 28, 2015
1 parent 53e4b44 commit dc54ad8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl $Id$
dnl config.m4 for extension xxtea
PHP_ARG_ENABLE(xxtea, xxtea support,
[ --enable-xxtea Enable xxtea support], [enabled_xxtea="yes"])
[ --enable-xxtea Enable xxtea support], [enable_xxtea="yes"])

dnl Check whether the extension is enabled at all
if test "$PHP_XXTEA" != "no"; then
Expand Down
25 changes: 19 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>xxtea</name>
<channel>pecl.php.net</channel>
<summary>XXTEA for PHP.</summary>
<summary>XXTEA encryption algorithm extension for PHP.</summary>
<description>XXTEA encryption algorithm extension for PHP.
XXTEA is a fast and secure encryption algorithm. This is a XXTEA extension for PHP.
It is different from the original XXTEA encryption algorithm. It encrypts and decrypts string instead of uint32 array, and the key is also string.
Expand All @@ -22,18 +22,18 @@ It is different from the original XXTEA encryption algorithm. It encrypts and de
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2015-03-23</date>
<time>05:54:33</time>
<date>2015-03-28</date>
<time>11:48:37</time>
<version>
<release>1.0.9</release>
<api>1.0.9</api>
<release>1.0.10</release>
<api>1.0.10</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://mit-license.org/">MIT</license>
<notes>Added Changelog</notes>
<notes>Fixed typo in configure output</notes>
<contents>
<dir name="/">
<file role="doc" name="CREDITS" />
Expand Down Expand Up @@ -64,6 +64,19 @@ It is different from the original XXTEA encryption algorithm. It encrypts and de
<configureoption default="yes" name="enable-xxtea" prompt="whether to enable xxtea support" />
</extsrcrelease>
<changelog>
<release>
<version>
<release>1.0.10</release>
<api>1.0.10</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2015-03-28</date>
<license uri="http://mit-license.org/">MIT</license>
<notes>Fixed typo in configure output</notes>
</release>
<release>
<version>
<release>1.0.9</release>
Expand Down

0 comments on commit dc54ad8

Please sign in to comment.