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

Release notes
-------------
> *NOTE:*  
  v4.x is PHP-8 only.

* PHP 8 compatibility
  - Drop ext-propro support
    PHP 8 removes the object get/set API from the ZendEngine, which renders
    that extension dysfunctional. As a consequence, the header property of
    http\Message and derived classes cannot be modified in place, and thus
    by reference.

Changes from beta1:
* Fixed configure on systems which do not provide icu-config
* Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1

Package Info
-------------
This HTTP extension aims to provide a convenient and powerful
set of functionality for one of PHPs major applications.

It eases handling of HTTP urls, headers and messages, provides
means for negotiation of a client's preferred content type,
language and charset, as well as a convenient way to send any
arbitrary data with caching and resuming capabilities.

It provides powerful request functionality with support for
parallel requests.

Documentation:
https://mdref.m6w6.name/http

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

Authors
-------------
Michael Wallner <m...@php.net> (lead)

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

Reply via email to