|
93 | 93 | <email>mj@php.net</email> |
94 | 94 | <active>no</active> |
95 | 95 | </helper> |
96 | | - <date>2019-03-13</date> |
| 96 | + <date>2019-11-19</date> |
97 | 97 | <version> |
98 | | - <release>1.10.9</release> |
| 98 | + <release>1.10.10</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 #85: Fixes static calls for PHP 8 |
108 | | -* PR #86: Adjust silencing check for PHP 8 |
109 | | -* PR #87: Comparison fixes |
110 | | -* PR #88: Only add bin_dir to PATH if not already there (fixes PHP Bug #75852) |
| 107 | +* PR #89: Fix scripts/* include paths |
| 108 | +* PR #90: Non-interactive configureoption answers |
| 109 | +* PR #91: Added missing preg quote |
| 110 | +* PR #92: handle "lib64" case for glibc detection |
| 111 | +* PR #93: Fix PHP Notice: Trying to access array offset on value of type bool with 7.4 |
| 112 | +* PR #94: Updated logic in useLocalCache to reuse getCacheId |
| 113 | +* PR #95: Fix manpage warning |
| 114 | +* PR #96: Implement the SOURCE_DATE_EPOCH specification |
| 115 | +* PR #97: Fix PHP 7.4 deprecation: array/string curly braces access |
| 116 | +* PR #98: Fix use of null/false as array |
| 117 | +* PR #99: Fix Travis builds on PHP 5.4 and 5.5 |
| 118 | +* PR #100: Honor PHP temp directory config |
| 119 | +* PR #101: Fix documentation: the `--force` is required |
111 | 120 | </notes> |
112 | 121 | <contents> |
113 | 122 | <dir name="/"> |
@@ -1255,5 +1264,33 @@ http://pear.php.net/advisory-20110228.txt |
1255 | 1264 | </notes> |
1256 | 1265 | </release> |
1257 | 1266 |
|
| 1267 | + <release> |
| 1268 | + <date>2019-11-19</date> |
| 1269 | + <version> |
| 1270 | + <release>1.10.10</release> |
| 1271 | + <api>1.10.1</api> |
| 1272 | + </version> |
| 1273 | + <stability> |
| 1274 | + <release>stable</release> |
| 1275 | + <api>stable</api> |
| 1276 | + </stability> |
| 1277 | + <license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license> |
| 1278 | + <notes> |
| 1279 | +* PR #89: Fix scripts/* include paths |
| 1280 | +* PR #90: Non-interactive configureoption answers |
| 1281 | +* PR #91: Added missing preg quote |
| 1282 | +* PR #92: handle "lib64" case for glibc detection |
| 1283 | +* PR #93: Fix PHP Notice: Trying to access array offset on value of type bool with 7.4 |
| 1284 | +* PR #94: Updated logic in useLocalCache to reuse getCacheId |
| 1285 | +* PR #95: Fix manpage warning |
| 1286 | +* PR #96: Implement the SOURCE_DATE_EPOCH specification |
| 1287 | +* PR #97: Fix PHP 7.4 deprecation: array/string curly braces access |
| 1288 | +* PR #98: Fix use of null/false as array |
| 1289 | +* PR #99: Fix Travis builds on PHP 5.4 and 5.5 |
| 1290 | +* PR #100: Honor PHP temp directory config |
| 1291 | +* PR #101: Fix documentation: the `--force` is required |
| 1292 | + </notes> |
| 1293 | + </release> |
| 1294 | + |
1258 | 1295 | </changelog> |
1259 | 1296 | </package> |
0 commit comments