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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
45 - 38 = ?
Subscribe to this entry?

 
 [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 09:01:30 2024 UTC