David,

I don't have my system set up right now as a development machine at the
moment but I did find  a couple leads on this. You may have already seen
these.  I hope these are of some help to you.   I just did a google on " php
windows script host".   

http://wezfurlong.org/blog/2004/jul/phpscript/

http://www.samurize.com/modules/ipboard/index.php?showtopic=11607

http://www.tuxradar.com/practicalphp/14/1/2

http://www.webmasterworld.com/forum88/10294.htm

If this doesn't help,  let us know.  

Jim



-----Original Message-----
From: David Lykke Søndergaard [mailto:dsoenderga...@saxotech.com] 
Sent: Saturday, May 11, 2013 5:49 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] PHP 5.3/5.4 and windows scripting host, WSF, ActiveScript
question

Hey,

I have been trying to get PHP to work with Windows Scripting Host and WSF
files.

With PHP 5.2.17, I could use PHP5ActiveScript.dll to make the connection and
run this script:
<job id="test">

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

http://www.php.net/manual/bg/install.windows.activescript.php

I can not, however, get this to work with PHP 5.3 or 5.4.

I have tried on windows 7, Windows XP and a freshly installed Windows XP.
I have tried with the standalone zip file, the installer and WAMP (Some
indicated that this had a working installation of PHP with activescript).

I have copied different versions of the PHP5activeScript.dll to the PHP
folder, but when I try to run regsvr32.exe php5activescript.dll, I always
get the error: "LoadLibrary("php5activescript.php") failed - The specified
procedure could not be found." (Unless I copy it to 5.2.17, were it
registers successfull)

Php5activescript is desupported according to php.net, but I can not find an
replacement way of connection PHP to windows Script Host ?

Hope somebody can help with this.

Cross posted to PHP-install - sorry to the people who are on both lists.

--David S.



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to