Skip to content

Commit 7b7b5bc

Browse files
committed
Update to 1.6.8
1 parent 400012d commit 7b7b5bc

File tree

4 files changed

+23
-10
lines changed

4 files changed

+23
-10
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.3](https://img.shields.io/badge/php-5.2~7.3-blue.svg)
5+
![Supported PHP versions: 5.2 .. 7.3](https://img.shields.io/badge/php-5.2~7.4-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.3](https://img.shields.io/badge/php-5.2~7.3-blue.svg)
5+
![Supported PHP versions: 5.2 .. 7.3](https://img.shields.io/badge/php-5.2~7.4-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: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
4646
<email>mabingyao@gmail.com</email>
4747
<active>yes</active>
4848
</lead>
49-
<date>2019-06-05</date>
50-
<time>21:21:21</time>
49+
<date>2019-06-06</date>
50+
<time>00:02:34</time>
5151
<version>
52-
<release>1.6.7</release>
53-
<api>1.6.7</api>
52+
<release>1.6.8</release>
53+
<api>1.6.8</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 hprose on PHP 7.3.
61-
Fixed array serialize.
60+
<notes>Fixed for PHP 7.4.
6261
</notes>
6362
<contents>
6463
<dir name="/">
@@ -112,6 +111,20 @@ http://pear.php.net/dtd/package-2.0.xsd">
112111
<extsrcrelease>
113112
</extsrcrelease>
114113
<changelog>
114+
<release>
115+
<version>
116+
<release>1.6.8</release>
117+
<api>1.6.8</api>
118+
</version>
119+
<stability>
120+
<release>stable</release>
121+
<api>stable</api>
122+
</stability>
123+
<date>2019-06-06</date>
124+
<license uri="http://mit-license.org/">MIT</license>
125+
<notes>Fixed for PHP 7.4.
126+
</notes>
127+
</release>
115128
<release>
116129
<version>
117130
<release>1.6.7</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: Jun 5, 2019 *
16+
* LastModified: Jun 6, 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.7"
33+
#define PHP_HPROSE_VERSION "1.6.8"
3434
#define PHP_HPROSE_AUTHOR "Ma Bingyao"
3535
#define PHP_HPROSE_HOMEPAGE "https://github.com/hprose/hprose-pecl"
3636

0 commit comments

Comments
 (0)