PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PEAR » PEAR » Bug #5569

Install error '_DIR\pearcmd.php' not recognized...

Details

Submitted2005-09-30 08:25 UTC
Fromjonathan dot martens at gmx dot net
StatusBogus
PackagePEAR
PHP Version5.0.4
OSWin XP SP2
Roadmaps(Not assigned)

Comments

[2005-09-30 08:25 UTC] jonathan dot martens at gmx dot net

Description:
------------
While running upgrade-all on for pear on the command line the following happens:

H:\>pear upgrade-all
Will upgrade pear
Will upgrade xml_parser
Will upgrade xml_rpc
downloading PEAR-1.4.1.tgz ...
Starting to download PEAR-1.4.1.tgz (268,767 bytes)
........................................................done: 268,767 bytes
downloading XML_Parser-1.2.7.tgz ...
Starting to download XML_Parser-1.2.7.tgz (12,939 bytes)
...done: 12,939 bytes
downloading XML_RPC-1.4.3.tgz ...
Starting to download XML_RPC-1.4.3.tgz (27,198 bytes)
...done: 27,198 bytes
upgrade-all ok: XML_RPC 1.4.3
Optional dependencies:
package `PEAR_Frontend_Web' version >= 0.5.0 is recommended to utilize some features.
package `PEAR_Frontend_Gtk' version >= 0.4.0 is recommended to utilize some features.
upgrade-all ok: PEAR 1.4.1
upgrade-all ok: XML_Parser 1.2.7
'_DIR\pearcmd.php' is not recognized as an internal or external command,
operable program or batch file.

Unfortunately I can not recover from which version I was upgrading, the package seems to be installed as the correct (1.2.7) version number is returned when I view the installed packages.

[2005-10-02 18:05 UTC] jonathan dot martens at gmx dot net

The "pear -V" command shows the following information:

PEAR Version: 1.4.1
PHP Version: 5.0.4
Zend Engine Version: 2.0.4-dev
Running on: Windows NT LPT-049 5.1 build 2600

Strange because here the correct version number is displayed.