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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Dec 04 21:00:02 2025 UTC