Author: Christoph M. Becker (cmb69)
Date: 2022-01-24T12:56:53+01:00

Commit: 
https://github.com/php/web-rmtools/commit/d3b826cc30e93b7b58d2e995d9178d8637214ec9
Raw diff: 
https://github.com/php/web-rmtools/commit/d3b826cc30e93b7b58d2e995d9178d8637214ec9.diff

Update pecl_http PECL configuration

As of PHP 8.0.0, pecl_http no longer can use propro, since that
extension had to be discontinued.  Since we no longer build packages
for PHP < 7.4 anymore, we change the default package configuration.

Changed paths:
  M  data/config/pecl/exts.ini


Diff:

diff --git a/data/config/pecl/exts.ini b/data/config/pecl/exts.ini
index 87d66c0..6e1e4fe 100644
--- a/data/config/pecl/exts.ini
+++ b/data/config/pecl/exts.ini
@@ -239,7 +239,7 @@ libs[]=
 exts[]=
 opts[]=
 
-[pecl_http]
+[pecl_http-7.4]
 real_name=http
 type=enable
 libs[]=libevent
@@ -248,7 +248,7 @@ exts[]=raphf
 exts[]=propro
 opts[]=
 
-[pecl_http-8.0]
+[pecl_http]
 real_name=http
 type=enable
 libs[]=libevent

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to