Skip to content

Commit

Permalink
Update to 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Jan 6, 2016
1 parent 864874e commit 708e72a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@ http://pear.php.net/dtd/package-2.0.xsd">
<active>yes</active>
</lead>
<date>2016-01-06</date>
<time>10:08:11</time>
<time>21:32:27</time>
<version>
<release>1.6.3</release>
<api>1.6.3</api>
<release>1.6.4</release>
<api>1.6.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://mit-license.org/">MIT</license>
<notes>Fixed windows compile error.
<notes>Changed zend_error_noreturn(php 7.x only) to zend_error.
</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.4</release>
<api>1.6.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2016-01-06</date>
<license uri="http://mit-license.org/">MIT</license>
<notes>Changed zend_error_noreturn(php 7.x only) to zend_error.
</notes>
</release>
<release>
<version>
<release>1.6.3</release>
Expand Down
2 changes: 1 addition & 1 deletion php_hprose.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"
#define PHP_HPROSE_VERSION "1.6.4"
#define PHP_HPROSE_AUTHOR "Ma Bingyao"
#define PHP_HPROSE_HOMEPAGE "https://github.com/hprose/hprose-pecl"

Expand Down

0 comments on commit 708e72a

Please sign in to comment.