php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23382 Go-pear.bat issue
Submitted: 2003-04-28 10:03 UTC Modified: 2003-05-22 04:36 UTC
From: arnaud@php.net Assigned: pajoye (profile)
Status: Closed Package: PEAR related
PHP Version: 4CVS-2003-05-14 (stable) OS: Windows NT4
Private report: No CVE-ID: None
 [2003-04-28 10:03 UTC] arnaud@php.net
When lauching go-pear.bat on latest CVS snapshot

 1. Installation prefix           : C:\tmp\php4-win32-STABLE-200304280830
 2. Binaries directory            : $prefix
 3. PHP code directory ($php_dir) : $prefix\pear
 4. Documentation base directory  : $php_dir\docs
 5. Data base directory           : $php_dir\data
 6. Tests base directory          : $php_dir\tests
 7. php.exe path                  : cli\php.exe

1-7, 'all' or Enter to continue: 7
C:\Winnt\Temp\gop47.tmp\bf.vbs(10, 1) Erreur d'ex?cution Microsoft VBScript: Un composant ActiveX ne peut pas cr?er un objet.: 'Shell.Application'

**ERROR**: no php.exe found in this folder.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-28 10:21 UTC] arnaud@php.net
As additionnal info

C:\tmp\php4-win32-STABLE-200304280830>cscript
Microsoft (R) Windows Script Host Version 5.6
 [2003-04-29 16:45 UTC] stone@php.net
Here on XP Pro with RC2 installation (CLI) runs clean but I get misc. errors when using the pear command, only pear list works properly (no proxy). Shouldn't this be marked critical?:

E:\phprc2>pear list-all
The package list could not be fetched from the remote server. Please try again.
(Debug info: "0")

E:\phprc2>pear remote-list

Warning: Invalid argument supplied for foreach() in Remote.php on line 159

Notice: Undefined index:  data in CLI.php on line 436

Notice: Undefined variable:  opts in CLI.php on line 450

Warning: Invalid argument supplied for foreach() in CLI.php on line 452
AVAILABLE PACKAGES:
===================
PACKAGE VERSION

E:\phprc2>

Christoph
 [2003-04-29 17:00 UTC] stone@php.net
and one more: .tmppear is not destroyed after installation.

Christoph
 [2003-04-29 17:09 UTC] pajoye@php.net
<C:\Winnt\Temp\gop47.tmp\bf.vbs(10, 1) Erreur d'ex?cution Microsoft
VBScript: Un composant ActiveX ne peut pas cr?er un objet.:
'Shell.Application'>
Windows NT4 problem, it will not be fixed. I'll drop the dialogs (and ask to do not use it).

<E:\phprc2>pear list-all
The package list could not be fetched from the remote server. Please try
again.
(Debug info: "0")>

This is a bug. I'm on it.

<and one more: .tmppear is not destroyed after installation>

go-pear try to remove it. But the Installer API cannot be fixed now (package.xml format issue).

pierre
 [2003-05-05 17:50 UTC] pajoye@php.net
Hello,

Have you xml_rpc loaded?

If not can you try to run pear remote-list
and pear list-all with the xml_rpc *extension$ loaded?

Using the latest snapshots.

If that works, I'll close this bug and open a new one about pear::xml_rpc, it seems boolean value (or scalar) are bugged.

pierre
 [2003-05-15 02:11 UTC] stone@php.net
The issues i described are resolved now. XML_rpc is loaded, list-all and remote-list work.

I don't close the bug because of Arnauds issue.
 [2003-05-22 04:36 UTC] pajoye@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 17:01:30 2024 UTC