The new PECL package oauth-2.0.6 (stable) has been released at 
https://pecl.php.net/.

Release notes
-------------
* Fix github issue #14 (Fixes for 7.3/7.4 and opcache)
  * Fix PHP-7.4 compatibility of object handler
  * Fix memory leaks in OAuthProvider
  * Fix crash in OAuthProvider's handler registration methods due to 
unconditional addref
  * Fix crash in OAuth::fetch() due to modifying hash tables with a refcount>1

Package Info
-------------
OAuth is an authorization protocol built on top of HTTP which allows 
applications to securely access data without having to store usernames and 
passwords.

Requirements: ext/hash (now a part of PHP core)

Related Links
-------------
Package home: https://pecl.php.net/package/oauth
   Changelog: https://pecl.php.net/package-changelog.php?package=oauth
    Download: https://pecl.php.net/get/oauth-2.0.6.tgz

Authors
-------------
Michael Wallner <m...@php.net> (lead)
John Jawed <ja...@php.net> (lead)
Felipe Pena <fel...@php.net> (developer)
Rasmus Lerdorf <ras...@php.net> (lead)
Tjerk Meesters <datib...@php.net> (developer)
Sean DuBois <s...@siobud.com> (lead)

-- 
PECL development discussion Mailing List (https://pecl.php.net/)
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to