php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #80693 PECL install fails for recent extensions
Submitted: 2021-02-01 03:55 UTC Modified: 2021-02-14 04:22 UTC
Votes:13
Avg. Score:4.4 ± 0.9
Reproduced:12 of 12 (100.0%)
Same Version:5 (41.7%)
Same OS:5 (41.7%)
From: prezire at gmail dot com Assigned: cmb (profile)
Status: No Feedback Package: PECL (PECL)
PHP Version: 7.3Git-2021-02-01 (Git) OS: Linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2021-02-01 03:55 UTC] prezire at gmail dot com
Description:
------------
Updating channel "pecl.php.net"
Channel "pecl.php.net" is not responding over http://, failed with message: Connection to `pecl.php.net:80' failed: php_network_getaddresses: getaddrinfo failed: Name does not resolve
Trying channel "pecl.php.net" over https:// instead
Cannot retrieve channel.xml for channel "pecl.php.net" (Connection to `ssl://pecl.php.net:443' failed: php_network_getaddresses: getaddrinfo failed: Name does not resolve)

No firewall being setup and no connection issues as well.

Test script:
---------------
From a Docker RUN script:

pecl channel-update pecl.php.net && pecl install memcached mcrypt-1.0.1 mongodb && docker-php-ext-enable memcached mongodb

Here is the relevant ticket from LaraDock where this command can be found https://github.com/laradock/laradock/issues/2828


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-02-01 09:14 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-02-01 09:14 UTC] cmb@php.net
pecl.php.net has been down a few days ago for some hours, but that
is supposed to have been resolved in the meantime.  Do you still
get these errors right now?
 [2021-02-14 04:22 UTC] pecl-dev at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 [2022-03-12 19:34 UTC] lalitpatidar2119999 at gmail dot com
Same problem on 3/13/2022 1:00 AM Down for a long almost 5 hr.
 [2022-05-14 11:08 UTC] valera22031996 at gmail dot com
Same problem
 [2022-05-14 13:59 UTC] valera22031996 at gmail dot com
Figured that on my main machine <code>ping https://pecl.php.net</code> does not work to, so i edit my docker json config file, by change dns key from default to that: <code>"dns": ["8.8.8.8", "8.8.4.4"]</code>, and it actually helps me
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 10:01:28 2024 UTC