Skip to content

Commit

Permalink
prep for v1.10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnazg committed Mar 9, 2024
1 parent f7a2200 commit 6f4c3a0
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions package2.xml
Expand Up @@ -93,9 +93,9 @@
<email>mj@php.net</email>
<active>no</active>
</helper>
<date>2023-11-26</date>
<date>2024-03-09</date>
<version>
<release>1.10.14</release>
<release>1.10.15</release>
<api>1.10.1</api>
</version>
<stability>
Expand All @@ -104,16 +104,8 @@
</stability>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* PR #112: Put glue and pieces parameters to implode in correct order for PHP 7.4+
* PR #121: Fix PHP bug 81653: Typo in install-pear-nozlib.phar
* PR #122: add %S EXPECTF capability
* PR #124: Fix: Creation of dynamic property PEAR_Error::$callback is deprecated
* PR #125: Fixed extension loaded check for pecl binaries
* PR #126: Remove -n option from pecl.bat for shared extensions
* PR #127: fix Using ${var} in strings is deprecated
* PR #128: fix lingering license references to PHP license
* PR #129: Exclude tests from composer classmap
* PR #131: fix private lastError name
* PR #132: cleanup uneeded test
* PR #135: Fix PHP Deprecated: Calling get_class() without arguments
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -1354,5 +1346,22 @@ http://pear.php.net/advisory-20110228.txt
* PR #131: fix private lastError name
</notes>
</release>

<release>
<date>2024-03-09</date>
<version>
<release>1.10.15</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 #132: cleanup uneeded test
* PR #135: Fix PHP Deprecated: Calling get_class() without arguments
</notes>
</release>
</changelog>
</package>

0 comments on commit 6f4c3a0

Please sign in to comment.