php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56338 install fail
Submitted: 2005-03-03 06:56 UTC Modified: 2005-03-07 06:19 UTC
From: mmonge at satec dot es Assigned:
Status: Closed Package: Fileinfo (PECL)
PHP Version: 4.3.9 OS: Redhat Enterprise ES 4.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mmonge at satec dot es
New email:
PHP Version: OS:

 

 [2005-03-03 06:56 UTC] mmonge at satec dot es
Description:
------------
Problem intalling this module. The versions are:

PEAR Version: 1.3.2
PHP Version: 4.3.9
Zend Engine Version: 1.3.0
Running on: Linux xxx 2.6.9-5.ELsmp #1 SMP 



Reproduce code:
---------------
[root@xxx/]# pear config-set preferred_state stable
[root@xxx/]# pear install Fileinfo
No release with state equal to: 'stable' found for 'Fileinfo'
[root@xxx/]# pear config-set preferred_state beta
[root@xxx/]# pear install Fileinfo
Package Fileinfo has no releases
[root@xxx/]# pear install Fileinfo-beta
File http://pear.php.net:80/get/Fileinfo-0.2 not valid (received: HTTP/1.1 404 Not Found)

Expected result:
----------------
Install done


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-07 06:19 UTC] mmonge at satec dot es
After the weekend, the same commands:

pear config-set preferred_state beta
pear install fileinfo

Now work ok. I think was a problem related to the pear web servers.

Thanks you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 08:01:29 2024 UTC