|
93 | 93 |
|
94 | 94 | <active>no</active>
|
95 | 95 | </helper>
|
96 |
| - <date>2018-08-22</date> |
| 96 | + <date>2018-12-05</date> |
97 | 97 | <version>
|
98 |
| - <release>1.10.6</release> |
| 98 | + <release>1.10.7</release> |
99 | 99 | <api>1.10.1</api>
|
100 | 100 | </version>
|
101 | 101 | <stability>
|
|
104 | 104 | </stability>
|
105 | 105 | <license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
|
106 | 106 | <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 |
116 | 110 | </notes>
|
117 | 111 | <contents>
|
118 | 112 | <dir name="/">
|
@@ -1182,5 +1176,47 @@ http://pear.php.net/advisory-20110228.txt
|
1182 | 1176 | </notes>
|
1183 | 1177 | </release>
|
1184 | 1178 |
|
| 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 | + |
1185 | 1221 | </changelog>
|
1186 | 1222 | </package>
|
0 commit comments