File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -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.4dev </release >
46+ <release >2.0.4 </release >
4747 <api >2.0</api >
4848 </version >
4949 <stability >
@@ -52,6 +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+ * Bump version in header
5556 * fix php_pcre_match_impl call in 7.4+ (Remi)
5657 </notes >
5758 <contents >
@@ -171,21 +172,6 @@ Requirements: ext/hash (now a part of PHP core)
171172 <license uri =" http://www.opensource.org/licenses/bsd-license.php" >BSD</license >
172173 <notes >
173174 * Use _ex versions to avoid SIGABRT of during use of hash functions in 7.2+ (Derick Rethans)
174- </notes >
175- </release >
176-
177- <release >
178- <date >2018-06-28</date >
179- <version >
180- <release >2.0.2</release >
181- <api >2.0</api >
182- </version >
183- <stability >
184- <release >stable</release >
185- <api >stable</api >
186- </stability >
187- <license uri =" http://www.opensource.org/licenses/bsd-license.php" >BSD</license >
188- <notes >
189175 * Fix bug #74163: Segfault in oauth_compare_value
190176 * Fix bug #73434: Null byte at end of array keys in getLastResponseInfo
191177 * Fix compatibility with PHP 7.3
Original file line number Diff line number Diff line change 5252 curl_formfree(f);
5353#endif
5454
55- #define PHP_OAUTH_VERSION 2.0.4-dev
56-
55+ #define PHP_OAUTH_VERSION 2.0.4
5756#define __stringify_1 (x ) #x
5857#define __stringify (x ) __stringify_1(x)
5958#define __OAUTH_EXT_VER PHP_OAUTH_VERSION
You can’t perform that action at this time.
0 commit comments