From fda04666873ec0fe2b4e5843f8f77cce88f7bb28 Mon Sep 17 00:00:00 2001 From: Chuck Burgess Date: Tue, 19 Nov 2019 12:59:16 -0600 Subject: [PATCH] prep for v1.10.10 --- package2.xml | 49 +++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 43 insertions(+), 6 deletions(-) diff --git a/package2.xml b/package2.xml index 5639119c8..120867417 100644 --- a/package2.xml +++ b/package2.xml @@ -93,9 +93,9 @@ mj@php.net no - 2019-03-13 + 2019-11-19 - 1.10.9 + 1.10.10 1.10.1 @@ -104,10 +104,19 @@ New BSD License -* 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 @@ -1255,5 +1264,33 @@ http://pear.php.net/advisory-20110228.txt + + 2019-11-19 + + 1.10.10 + 1.10.1 + + + stable + stable + + New BSD License + +* 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 + + +