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
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:
32 - 26 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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 Apr 20 03:01:28 2024 UTC