Skip to content

Commit 2f013ed

Browse files
committed
prep for v1.10.7
1 parent 9ccfe0b commit 2f013ed

File tree

1 file changed

+47
-11
lines changed

1 file changed

+47
-11
lines changed

package2.xml

Lines changed: 47 additions & 11 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-08-22</date>
96+
<date>2018-12-05</date>
9797
<version>
98-
<release>1.10.6</release>
98+
<release>1.10.7</release>
9999
<api>1.10.1</api>
100100
</version>
101101
<stability>
@@ -104,15 +104,9 @@
104104
</stability>
105105
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
106106
<notes>
107-
* PR #70: Fix notice undefined variable metadata_dir
108-
* PR #71: fix Warning: count(): Parameter must be an array or an object
109-
* PR #74: Bug #23744 Remove is_executable check
110-
* Bug #23744: The is_executable check in the Which method when run on Windows is unnecessary
111-
* PR #75: Migrate old while(list() = each()) constructs to foreach
112-
* PR #76: Fix PHP Warning: "continue" targeting switch is equivalent to "break"
113-
* PR #77: proxy server auth
114-
* PR #72: Correctly authenticate at proxy server
115-
* PR #78: array or Countable error in 7.2
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
116110
</notes>
117111
<contents>
118112
<dir name="/">
@@ -1182,5 +1176,47 @@ http://pear.php.net/advisory-20110228.txt
11821176
</notes>
11831177
</release>
11841178

1179+
<release>
1180+
<date>2018-08-22</date>
1181+
<version>
1182+
<release>1.10.6</release>
1183+
<api>1.10.1</api>
1184+
</version>
1185+
<stability>
1186+
<release>stable</release>
1187+
<api>stable</api>
1188+
</stability>
1189+
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
1190+
<notes>
1191+
* PR #70: Fix notice undefined variable metadata_dir
1192+
* PR #71: fix Warning: count(): Parameter must be an array or an object
1193+
* PR #74: Bug #23744 Remove is_executable check
1194+
* Bug #23744: The is_executable check in the Which method when run on Windows is unnecessary
1195+
* PR #75: Migrate old while(list() = each()) constructs to foreach
1196+
* PR #76: Fix PHP Warning: "continue" targeting switch is equivalent to "break"
1197+
* PR #77: proxy server auth
1198+
* PR #72: Correctly authenticate at proxy server
1199+
* PR #78: array or Countable error in 7.2
1200+
</notes>
1201+
</release>
1202+
1203+
<release>
1204+
<date>2018-12-05</date>
1205+
<version>
1206+
<release>1.10.7</release>
1207+
<api>1.10.1</api>
1208+
</version>
1209+
<stability>
1210+
<release>stable</release>
1211+
<api>stable</api>
1212+
</stability>
1213+
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
1214+
<notes>
1215+
* PR #79: Prevent Unable to find the wrapper "channel" Warning
1216+
* PR #80: fix Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"
1217+
* PR #81: Add flags to PECL shell script for shared extensions
1218+
</notes>
1219+
</release>
1220+
11851221
</changelog>
11861222
</package>

0 commit comments

Comments
 (0)