From 078bcec0997ad0e07b720c43cc9e6d0e046a75ab Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Thu, 27 Feb 2003 17:43:39 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'PHP_5'. --- sapi/activescript/README | 56 ------------------------------------------------ 1 file changed, 56 deletions(-) delete mode 100644 sapi/activescript/README (limited to 'sapi/activescript/README') diff --git a/sapi/activescript/README b/sapi/activescript/README deleted file mode 100644 index b033110332..0000000000 --- a/sapi/activescript/README +++ /dev/null @@ -1,56 +0,0 @@ -This is the ActiveScript SAPI for PHP. -====================================== - -Once registered on your system (using regsvr32), you will be able to use -PHP script in any ActiveScript compliant host. The list includes: - -o. Client-side script in Internet Explorer -o. Windows Script Host -o. ASP and ASP.NET -o. Windows Script Components / Behaviours -o. MS Scriptlet control - -Probably the most useful of these will be using it with the scriptlet -control, or in your own activescript host, so that you can very easily -embed PHP into your win32 application. - -Installation. -============= - -Build and install it somewhere; then register the engine like this: - - regsvr32 php4activescript.dll - -Usage. -====== - -o. Client-side script in Internet Explorer - - - -o. Windows Script Host - - Create a .wsf file like this: - - - - - -o. ASP and ASP.NET - - <%@language=ActivePHP %> - <% $Response->Write("Hello"); %> - -o. Windows Script Components / Behaviours - - Use language="ActivePHP" on your