Skip to content

Commit

Permalink
Update to 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Jun 10, 2016
1 parent b1bf909 commit 96073a2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
24 changes: 19 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2016-01-06</date>
<time>21:32:27</time>
<date>2016-06-10</date>
<time>20:28:11</time>
<version>
<release>1.6.4</release>
<api>1.6.4</api>
<release>1.6.5</release>
<api>1.6.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://mit-license.org/">MIT</license>
<notes>Changed zend_error_noreturn(php 7.x only) to zend_error.
<notes>Fixed PHP 7.1 build.
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -112,6 +112,20 @@ http://pear.php.net/dtd/package-2.0.xsd">
<configureoption default="yes" name="enable-hprose" prompt="whether to enable hprose support" />
</extsrcrelease>
<changelog>
<release>
<version>
<release>1.6.5</release>
<api>1.6.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2016-06-10</date>
<license uri="http://mit-license.org/">MIT</license>
<notes>Fixed PHP 7.1 build.
</notes>
</release>
<release>
<version>
<release>1.6.4</release>
Expand Down
4 changes: 2 additions & 2 deletions php_hprose.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* *
* hprose for pecl header file. *
* *
* LastModified: Jan 6, 2016 *
* LastModified: Jun 10, 2016 *
* Author: Ma Bingyao <[email protected]> *
* *
\**********************************************************/
Expand All @@ -30,7 +30,7 @@ zend_module_entry hprose_module_entry;

#define PHP_HPROSE_MODULE_NAME "hprose"
#define PHP_HPROSE_BUILD_DATE __DATE__ " " __TIME__
#define PHP_HPROSE_VERSION "1.6.4"
#define PHP_HPROSE_VERSION "1.6.5"
#define PHP_HPROSE_AUTHOR "Ma Bingyao"
#define PHP_HPROSE_HOMEPAGE "https://github.com/hprose/hprose-pecl"

Expand Down

0 comments on commit 96073a2

Please sign in to comment.