Skip to content

Commit 2257be3

Browse files
committed
Update hash functions to use _ex to fix abrts in 7.2+ (derick)
1 parent c13db73 commit 2257be3

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

package.xml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Requirements: ext/hash (now a part of PHP core)
4141
<email>[email protected]</email>
4242
<active>yes</active>
4343
</lead>
44-
<date>2016-06-17</date>
44+
<date>2018-09-30</date>
4545
<version>
46-
<release>2.0.3dev</release>
46+
<release>2.0.3</release>
4747
<api>2.0</api>
4848
</version>
4949
<stability>
@@ -52,9 +52,7 @@ Requirements: ext/hash (now a part of PHP core)
5252
</stability>
5353
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
5454
<notes>
55-
* Fix bug #74163: Segfault in oauth_compare_value
56-
* Fix bug #73434: Null byte at end of array keys in getLastResponseInfo
57-
* Fix compatibility with PHP 7.3
55+
* Use _ex versions to avoid SIGABRT of during use of hash functions in 7.2+ (Derick Rethans)
5856
</notes>
5957
<contents>
6058
<dir name="/">
@@ -160,6 +158,24 @@ Requirements: ext/hash (now a part of PHP core)
160158
</extsrcrelease>
161159
<changelog>
162160

161+
<release>
162+
<date>2018-06-28</date>
163+
<version>
164+
<release>2.0.2</release>
165+
<api>2.0</api>
166+
</version>
167+
<stability>
168+
<release>stable</release>
169+
<api>stable</api>
170+
</stability>
171+
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
172+
<notes>
173+
* Fix bug #74163: Segfault in oauth_compare_value
174+
* Fix bug #73434: Null byte at end of array keys in getLastResponseInfo
175+
* Fix compatibility with PHP 7.3
176+
</notes>
177+
</release>
178+
163179
<release>
164180
<date>2016-06-17</date>
165181
<version>

0 commit comments

Comments
 (0)