|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-08-17 19:17 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 21:00:02 2025 UTC |
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.