-
Notifications
You must be signed in to change notification settings - Fork 20
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
2 changed files
with
21 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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="/"> | ||
|
@@ -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> | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* * | ||
* hprose for pecl header file. * | ||
* * | ||
* LastModified: Jan 6, 2016 * | ||
* LastModified: Jun 10, 2016 * | ||
* Author: Ma Bingyao <[email protected]> * | ||
* * | ||
\**********************************************************/ | ||
|
@@ -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" | ||
|
||
|