php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23954 pear uninstall is case-sensitive while pear install isn't
Submitted: 2003-06-02 07:43 UTC Modified: 2003-06-23 01:57 UTC
From: derick@php.net Assigned: mj (profile)
Status: Closed Package: PEAR related
PHP Version: 4.3.2 OS: Linux
Private report: No CVE-ID: None
 [2003-06-02 07:43 UTC] derick@php.net
[root@kossu /root]# pear install sqlite
downloading SQLite-0.9b.tgz ...
...done: 310,644 bytes
install ok: SQLite 0.9b

[root@kossu /root]# pear uninstall sqlite
sqlite not installed

[root@kossu /root]# pear uninstall SQLite
uninstall ok: SQLite

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-02 08:53 UTC] arnaud@php.net
subject was wrong, from the given description pear uninstall is case-sensitive, not case-insensitive
 [2003-06-02 08:55 UTC] arnaud@php.net
And confirming

pear install sqlite
downloading SQLite-0.9b.tgz ...
...done: 310,644 bytes
38 source files, building
running: phpize
PHP Api Version        : 20020918
Zend Module Api No     : 20020429
Zend Extension Api No  : 20021010
building in /var/tmp/pear-build-root/SQLite-0.9b
running: /tmp/tmpHIXIeG/SQLite-0.9b/configure
running: make
sqlite.so copied to /tmp/tmpHIXIeG/SQLite-0.9b/sqlite.so
install ok: SQLite 0.9b
[root]# pear uninstall sqllite
sqllite not installed
[root]# pear uninstall SQLite
uninstall ok: SQLite

 [2003-06-02 08:58 UTC] mansion@php.net
I haven't tested but I noticed that in one case you used sqlite and in the other sqllite (2 l). Is this the problem ?
 [2003-06-02 08:59 UTC] derick@php.net
I didn't do that, only arnoud :) But no, that's not the problem.
 [2003-06-22 10:45 UTC] mj@php.net
I've sent a patch to the authors of the code that causes the bug. Once they have reviewed it, I'll take care of applying it.
 [2003-06-23 00:25 UTC] mj@php.net
A patch has been commited to CVS. The bug will be fixed in the next release of PEAR.
 [2003-06-23 01:57 UTC] derick@php.net
Please make sure to release a new version of PEAR before either PHP 4.3.3 or the PHP 5 beta ...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 15:01:29 2024 UTC