php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25446 pear/pear should be pear/PEAR
Submitted: 2003-09-09 02:59 UTC Modified: 2004-09-01 16:25 UTC
From: frank dot finner at ezi dot de Assigned:
Status: Not a bug Package: PEAR related
PHP Version: 4.3.3 OS: SuSE Linux 8.2
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: frank dot finner at ezi dot de
New email:
PHP Version: OS:

 

 [2003-09-09 02:59 UTC] frank dot finner at ezi dot de
Description:
------------
install-pear.php looks for Includes in a subdir named PEAR, but there is only a subdir named pear (lowercase).

Actual result:
--------------
Warning: main(PEAR/Installer.php): failed to open stream: No such file or directory in /root/Apache/php-4.3.3/pear/install-pear.php on line 8

include_once 'PEAR.php';
include_once 'PEAR/Installer.php';
include_once 'PEAR/Registry.php';
include_once 'PEAR/Frontend/CLI.php';

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-27 08:59 UTC] helgi at trance dot is
Could you try the newest PEAR version and report back if this still fails or if it works.

Thanks
 [2004-09-01 16:25 UTC] alan_k@php.net
can you report this on pear.php.net - where the package maintainers now manage pear bugs
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC