php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34171 ActiveScript not working
Submitted: 2005-08-17 15:56 UTC Modified: 2007-04-04 18:42 UTC
From: PhoenixRajoNight at msn dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 6CVS-2005-08-17 (CVS) OS: Windows XP: Home Edition SP2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: PhoenixRajoNight at msn dot com
New email:
PHP Version: OS:

 

 [2005-08-17 15:56 UTC] PhoenixRajoNight at msn dot com
Description:
------------
When I try to check to see if ActiveScript is working I get a Windows Script Host Error: Script: C:\PHP\test.wsf, Line: 0, Char: 1, Error: : PHPScript, Code: 8007007F, Source: Windows Script Host.

Reproduce code:
---------------
<job id="test">

 <script language="PHPScript">
  $WScript->Echo("Hello World!");
 </script>

</job>

Expected result:
----------------
A window saying 
        "Hello World!"

Actual result:
--------------
As I said the Error message.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-17 19:17 UTC] sniper@php.net
a) You're not using PHP 6 CVS
b) Activescript is in PECL, report this to their bug system.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 16:01:29 2024 UTC