File tree Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ Requirements: ext/hash (now a part of PHP core)
41414242 <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 >
You can’t perform that action at this time.
0 commit comments