Skip to content

Commit

Permalink
prep for v1.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Nov 19, 2019
1 parent e28643e commit fda0466
Showing 1 changed file with 43 additions and 6 deletions.
49 changes: 43 additions & 6 deletions package2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
<email>mj@php.net</email>
<active>no</active>
</helper>
<date>2019-03-13</date>
<date>2019-11-19</date>
<version>
<release>1.10.9</release>
<release>1.10.10</release>
<api>1.10.1</api>
</version>
<stability>
Expand All @@ -104,10 +104,19 @@
</stability>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* PR #85: Fixes static calls for PHP 8
* PR #86: Adjust silencing check for PHP 8
* PR #87: Comparison fixes
* PR #88: Only add bin_dir to PATH if not already there (fixes PHP Bug #75852)
* PR #89: Fix scripts/* include paths
* PR #90: Non-interactive configureoption answers
* PR #91: Added missing preg quote
* PR #92: handle "lib64" case for glibc detection
* PR #93: Fix PHP Notice: Trying to access array offset on value of type bool with 7.4
* PR #94: Updated logic in useLocalCache to reuse getCacheId
* PR #95: Fix manpage warning
* PR #96: Implement the SOURCE_DATE_EPOCH specification
* PR #97: Fix PHP 7.4 deprecation: array/string curly braces access
* PR #98: Fix use of null/false as array
* PR #99: Fix Travis builds on PHP 5.4 and 5.5
* PR #100: Honor PHP temp directory config
* PR #101: Fix documentation: the `--force` is required
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -1255,5 +1264,33 @@ http://pear.php.net/advisory-20110228.txt
</notes>
</release>

<release>
<date>2019-11-19</date>
<version>
<release>1.10.10</release>
<api>1.10.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* PR #89: Fix scripts/* include paths
* PR #90: Non-interactive configureoption answers
* PR #91: Added missing preg quote
* PR #92: handle "lib64" case for glibc detection
* PR #93: Fix PHP Notice: Trying to access array offset on value of type bool with 7.4
* PR #94: Updated logic in useLocalCache to reuse getCacheId
* PR #95: Fix manpage warning
* PR #96: Implement the SOURCE_DATE_EPOCH specification
* PR #97: Fix PHP 7.4 deprecation: array/string curly braces access
* PR #98: Fix use of null/false as array
* PR #99: Fix Travis builds on PHP 5.4 and 5.5
* PR #100: Honor PHP temp directory config
* PR #101: Fix documentation: the `--force` is required
</notes>
</release>

</changelog>
</package>

0 comments on commit fda0466

Please sign in to comment.