@@ -43,7 +43,7 @@ Requirements: ext/hash (now a part of PHP core)
4343 </lead >
4444 <date >2018-09-30</date >
4545 <version >
46- <release >2.0.3 </release >
46+ <release >2.0.4 </release >
4747 <api >2.0</api >
4848 </version >
4949 <stability >
@@ -52,7 +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- * Use _ex versions to avoid SIGABRT of during use of hash functions in 7.2+ (Derick Rethans)
55+ * Bump version in header
5656 </notes >
5757 <contents >
5858 <dir name =" /" >
@@ -159,9 +159,9 @@ Requirements: ext/hash (now a part of PHP core)
159159 <changelog >
160160
161161 <release >
162- <date >2018-06-28 </date >
162+ <date >2018-09-30 </date >
163163 <version >
164- <release >2.0.2 </release >
164+ <release >2.0.3 </release >
165165 <api >2.0</api >
166166 </version >
167167 <stability >
@@ -170,9 +170,7 @@ Requirements: ext/hash (now a part of PHP core)
170170 </stability >
171171 <license uri =" http://www.opensource.org/licenses/bsd-license.php" >BSD</license >
172172 <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
173+ * Use _ex versions to avoid SIGABRT of during use of hash functions in 7.2+ (Derick Rethans)
176174 </notes >
177175 </release >
178176
@@ -188,6 +186,9 @@ Requirements: ext/hash (now a part of PHP core)
188186 </stability >
189187 <license uri =" http://www.opensource.org/licenses/bsd-license.php" >BSD</license >
190188 <notes >
189+ * Fix bug #74163: Segfault in oauth_compare_value
190+ * Fix bug #73434: Null byte at end of array keys in getLastResponseInfo
191+ * Fix compatibility with PHP 7.3
191192 * Fix #72006
192193 </notes >
193194 </release >
0 commit comments