php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68857 pear/install-pear-nozlib.phar not included in 5.4.36
Submitted: 2015-01-19 14:59 UTC Modified: 2015-01-29 17:56 UTC
From: peter at certitrade dot net Assigned: stas (profile)
Status: Closed Package: PHAR related
PHP Version: 5.4.36 OS: CentOS 6.6
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: peter at certitrade dot net
New email:
PHP Version: OS:

 

 [2015-01-19 14:59 UTC] peter at certitrade dot net
Description:
------------
The file pear/install-pear-nozlib.phar is not included in PHP version 5.4.36. This is an issue if your server has no direct connection to the internet and no proxy is set, resulting in an uncomplete installation as make install runs into timeouts trying to load said file from http://pear.php.net/.

There was a similar bug report for 5.4.25, corrected in 5.4.26.
Is this to be fixed in next release?


Test script:
---------------
From directory where source code for php-5.4.36 is:
./configure --prefix=/srv/apps/php-5.4.36
make
make install


Expected result:
----------------
Installing PEAR environment: /srv/apps/php-5.4.36/lib/php/
[PEAR] Archive_Tar    - already installed: 1.3.12
[PEAR] Console_Getopt - already installed: 1.3.1
[PEAR] Structures_Graph- already installed: 1.0.4
[PEAR] XML_Util       - already installed: 1.2.3
[PEAR] PEAR           - already installed: 1.9.5


Actual result:
--------------
Installing PEAR environment:  /srv/apps/php-5.4.36/lib/php/
--2015-01-19 14:10:13--  http://pear.php.net/install-pear-nozlib.phar
Resolving pear.php.net... 5.77.39.20
Connecting to pear.php.net|5.77.39.20|:80... failed: Connection timed out.
Retrying. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-01-26 13:59 UTC] tyrael@php.net
-Assigned To: +Assigned To: stas
 [2015-01-29 17:56 UTC] stas@php.net
-Status: Assigned +Status: Closed
 [2015-01-29 17:56 UTC] stas@php.net
5.4.37 looks fine, so closing it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 09 16:01:31 2024 UTC