Skip to content

Commit 965c40a

Browse files
committed
Update to 1.6.7
1 parent 0b046c1 commit 965c40a

File tree

4 files changed

+25
-9
lines changed

4 files changed

+25
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Join the chat at https://gitter.im/hprose/hprose-pecl](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/hprose/hprose-pecl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44
[![Build Status](https://travis-ci.org/hprose/hprose-pecl.svg)](https://travis-ci.org/hprose/hprose-pecl)
5-
![Supported PHP versions: 5.2 .. 7.0](https://img.shields.io/badge/php-5.2~7.0-blue.svg)
5+
![Supported PHP versions: 5.2 .. 7.3](https://img.shields.io/badge/php-5.2~7.3-blue.svg)
66
[![GitHub release](https://img.shields.io/github/release/hprose/hprose-pecl.svg)](https://github.com/hprose/hprose-pecl/releases)
77
[![License](https://img.shields.io/github/license/hprose/hprose-pecl.svg)](http://opensource.org/licenses/MIT)
88

README_zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Join the chat at https://gitter.im/hprose/hprose-pecl](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/hprose/hprose-pecl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44
[![Build Status](https://travis-ci.org/hprose/hprose-pecl.svg)](https://travis-ci.org/hprose/hprose-pecl)
5-
![Supported PHP versions: 5.2 .. 7.0](https://img.shields.io/badge/php-5.2~7.0-blue.svg)
5+
![Supported PHP versions: 5.2 .. 7.3](https://img.shields.io/badge/php-5.2~7.3-blue.svg)
66
[![GitHub release](https://img.shields.io/github/release/hprose/hprose-pecl.svg)](https://github.com/hprose/hprose-pecl/releases)
77
[![License](https://img.shields.io/github/license/hprose/hprose-pecl.svg)](http://opensource.org/licenses/MIT)
88

package.xml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
4646
<email>mabingyao@gmail.com</email>
4747
<active>yes</active>
4848
</lead>
49-
<date>2017-03-19</date>
50-
<time>18:18:09</time>
49+
<date>2019-06-05</date>
50+
<time>21:21:21</time>
5151
<version>
52-
<release>1.6.6</release>
53-
<api>1.6.6</api>
52+
<release>1.6.7</release>
53+
<api>1.6.7</api>
5454
</version>
5555
<stability>
5656
<release>stable</release>
5757
<api>stable</api>
5858
</stability>
5959
<license uri="http://mit-license.org/">MIT</license>
60-
<notes>Fixed object unserialize on PHP 7.1.
60+
<notes>Fixed hprose on PHP 7.3.
61+
Fixed array serialize.
6162
</notes>
6263
<contents>
6364
<dir name="/">
@@ -111,6 +112,21 @@ http://pear.php.net/dtd/package-2.0.xsd">
111112
<extsrcrelease>
112113
</extsrcrelease>
113114
<changelog>
115+
<release>
116+
<version>
117+
<release>1.6.7</release>
118+
<api>1.6.7</api>
119+
</version>
120+
<stability>
121+
<release>stable</release>
122+
<api>stable</api>
123+
</stability>
124+
<date>2019-06-05</date>
125+
<license uri="http://mit-license.org/">MIT</license>
126+
<notes>Fixed hprose on PHP 7.3.
127+
Fixed array serialize.
128+
</notes>
129+
</release>
114130
<release>
115131
<version>
116132
<release>1.6.6</release>

php_hprose.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* *
1414
* hprose for pecl header file. *
1515
* *
16-
* LastModified: Mar 19, 2019 *
16+
* LastModified: Jun 5, 2019 *
1717
* Author: Ma Bingyao <andot@hprose.com> *
1818
* *
1919
\**********************************************************/
@@ -30,7 +30,7 @@ zend_module_entry hprose_module_entry;
3030

3131
#define PHP_HPROSE_MODULE_NAME "hprose"
3232
#define PHP_HPROSE_BUILD_DATE __DATE__ " " __TIME__
33-
#define PHP_HPROSE_VERSION "1.6.6"
33+
#define PHP_HPROSE_VERSION "1.6.7"
3434
#define PHP_HPROSE_AUTHOR "Ma Bingyao"
3535
#define PHP_HPROSE_HOMEPAGE "https://github.com/hprose/hprose-pecl"
3636

0 commit comments

Comments
 (0)