]> granicus.if.org Git - php/commit
Implement ActiveScript interfaces.
authorWez Furlong <wez@php.net>
Mon, 20 May 2002 01:35:29 +0000 (01:35 +0000)
committerWez Furlong <wez@php.net>
Mon, 20 May 2002 01:35:29 +0000 (01:35 +0000)
commite754361405395908abd687b1403215da2bd98b92
treee695f256b31e3a721667dba65199d34869455948
parent50f7427e69741acf9094a0f63c35503bfa4afca6
Implement ActiveScript interfaces.
This allows use of PHP in:
  Client-side script in Internet Explorer
  Windows Scripting Host
  ASP and ASP.NET pages
It's mostly working... give it a go.
You will need to regsvr32 the php4activescript.dll manually.
sapi/activescript/classfactory.cpp [new file with mode: 0644]
sapi/activescript/php4activescript.c [new file with mode: 0644]
sapi/activescript/php4activescript.def [new file with mode: 0644]
sapi/activescript/php4activescript.dsp [new file with mode: 0644]
sapi/activescript/php4activescript.h [new file with mode: 0644]
sapi/activescript/php4as_classfactory.h [new file with mode: 0644]
sapi/activescript/php4as_scriptengine.h [new file with mode: 0644]
sapi/activescript/scriptengine.cpp [new file with mode: 0644]