Skip to content

Commit f287dd8

Browse files
committed
prep for v1.10.8
1 parent 60ec76f commit f287dd8

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

package2.xml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
<email>[email protected]</email>
9494
<active>no</active>
9595
</helper>
96-
<date>2018-12-05</date>
96+
<date>2019-02-07</date>
9797
<version>
98-
<release>1.10.7</release>
98+
<release>1.10.8</release>
9999
<api>1.10.1</api>
100100
</version>
101101
<stability>
@@ -104,9 +104,8 @@
104104
</stability>
105105
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
106106
<notes>
107-
* PR #79: Prevent Unable to find the wrapper "channel" Warning
108-
* PR #80: fix Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"
109-
* PR #81: Add flags to PECL shell script for shared extensions
107+
* PR #83: Drop track_errors from options
108+
* PR #84: Fix PHP 8 compatibility issues
110109
</notes>
111110
<contents>
112111
<dir name="/">
@@ -1218,5 +1217,22 @@ http://pear.php.net/advisory-20110228.txt
12181217
</notes>
12191218
</release>
12201219

1220+
<release>
1221+
<date>2019-02-07</date>
1222+
<version>
1223+
<release>1.10.8</release>
1224+
<api>1.10.1</api>
1225+
</version>
1226+
<stability>
1227+
<release>stable</release>
1228+
<api>stable</api>
1229+
</stability>
1230+
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
1231+
<notes>
1232+
* PR #83: Drop track_errors from options
1233+
* PR #84: Fix PHP 8 compatibility issues
1234+
</notes>
1235+
</release>
1236+
12211237
</changelog>
12221238
</package>

0 commit comments

Comments
 (0)