Skip to content

Commit fda0466

Browse files
committed
prep for v1.10.10
1 parent e28643e commit fda0466

File tree

1 file changed

+43
-6
lines changed

1 file changed

+43
-6
lines changed

package2.xml

Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
<email>mj@php.net</email>
9494
<active>no</active>
9595
</helper>
96-
<date>2019-03-13</date>
96+
<date>2019-11-19</date>
9797
<version>
98-
<release>1.10.9</release>
98+
<release>1.10.10</release>
9999
<api>1.10.1</api>
100100
</version>
101101
<stability>
@@ -104,10 +104,19 @@
104104
</stability>
105105
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
106106
<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
111120
</notes>
112121
<contents>
113122
<dir name="/">
@@ -1255,5 +1264,33 @@ http://pear.php.net/advisory-20110228.txt
12551264
</notes>
12561265
</release>
12571266

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+
12581295
</changelog>
12591296
</package>

0 commit comments

Comments
 (0)