Skip to content

Commit 801897c

Browse files
committed
Update to 1.7.0
1 parent 41bf820 commit 801897c

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

package.xml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +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-06</date>
50-
<time>00:02:34</time>
49+
<date>2020-01-23</date>
50+
<time>13:04:34</time>
5151
<version>
52-
<release>1.6.8</release>
53-
<api>1.6.8</api>
52+
<release>1.7.0</release>
53+
<api>1.7.0</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 for PHP 7.4.
60+
<notes>Add TagHeader for Hprose 3.0.
6161
</notes>
6262
<contents>
6363
<dir name="/">
@@ -111,6 +111,20 @@ http://pear.php.net/dtd/package-2.0.xsd">
111111
<extsrcrelease>
112112
</extsrcrelease>
113113
<changelog>
114+
<release>
115+
<version>
116+
<release>1.7.0</release>
117+
<api>1.7.0</api>
118+
</version>
119+
<stability>
120+
<release>stable</release>
121+
<api>stable</api>
122+
</stability>
123+
<date>2020-01-23</date>
124+
<license uri="http://mit-license.org/">MIT</license>
125+
<notes>Add TagHeader for Hprose 3.0.
126+
</notes>
127+
</release>
114128
<release>
115129
<version>
116130
<release>1.6.8</release>

php_hprose.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* *
1414
* hprose for pecl header file. *
1515
* *
16-
* LastModified: Jun 6, 2019 *
16+
* LastModified: Jan 23, 2020 *
1717
* Author: Ma Bingyao <andot@hprose.com> *
1818
* *
1919
\**********************************************************/
@@ -28,11 +28,11 @@ BEGIN_EXTERN_C()
2828
zend_module_entry hprose_module_entry;
2929
#define phpext_hprose_ptr &hprose_module_entry
3030

31-
#define PHP_HPROSE_MODULE_NAME "hprose"
32-
#define PHP_HPROSE_BUILD_DATE __DATE__ " " __TIME__
33-
#define PHP_HPROSE_VERSION "1.6.8"
34-
#define PHP_HPROSE_AUTHOR "Ma Bingyao"
35-
#define PHP_HPROSE_HOMEPAGE "https://github.com/hprose/hprose-pecl"
31+
#define PHP_HPROSE_MODULE_NAME "hprose"
32+
#define PHP_HPROSE_BUILD_DATE __DATE__ " " __TIME__
33+
#define PHP_HPROSE_VERSION "1.7.0"
34+
#define PHP_HPROSE_AUTHOR "Ma Bingyao"
35+
#define PHP_HPROSE_HOMEPAGE "https://github.com/hprose/hprose-pecl"
3636

3737
END_EXTERN_C()
3838

0 commit comments

Comments
 (0)