1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-25 16:22:42 +01:00
phorge-arcanist/src/future
Jessica Clarke f64eb04300 Fix PhutilOAuth1FutureTestCase::testOAuth1SigningWithJIRAExamples for PHP 8
Summary:
PHP 8 deprecates openssl_free_key as the key is automatically freed, so
silence the warning in PhutilOAuth1Future::signString.

Test Plan: Ran arc lint --everything

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin

Maniphest Tasks: T13588

Differential Revision: https://secure.phabricator.com/D21502
2021-01-11 04:50:37 +00:00
..
__tests__ Merge utility/support changes from "wilds" to "master" 2020-02-13 14:10:09 -08:00
asana Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
aws Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
exec In "phutil_passthru()", "resolve()" the future rather than calling "execute()" directly 2020-09-18 11:22:52 -07:00
github Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
http Fix a missing "pht()" parameter in HTTPSFuture 2020-09-08 11:45:54 -07:00
oauth Fix PhutilOAuth1FutureTestCase::testOAuth1SigningWithJIRAExamples for PHP 8 2021-01-11 04:50:37 +00:00
paypal Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
postmark Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
slack Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
twitch Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
wordpress Fully merge "libphutil/" into "arcanist/" 2020-02-12 15:17:38 -08:00
Future.php Give Futures clearer start/end and exception semantics 2020-07-23 11:22:20 -07:00
FutureIterator.php Fix a typo of "previously" in FutureIterator 2020-10-16 14:23:18 -07:00
FuturePool.php Move Phage to FuturePool 2020-04-05 05:56:21 -07:00
FutureProxy.php Improve resolution behaviors of FutureProxy 2020-07-01 06:37:30 -07:00
ImmediateFuture.php Make the "result" property on Future private 2020-03-29 10:18:26 -07:00