From 3d9eeb4538cb9c901362729d7a03749730ada251 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 28 Jul 2004 12:35:52 +0000 Subject: [PATCH] Move activescript sapi to PECL --- sapi/activescript/CREDITS | 2 - sapi/activescript/EXPERIMENTAL | 5 - sapi/activescript/README | 59 - sapi/activescript/classfactory.cpp | 373 ----- sapi/activescript/config.w32 | 13 - sapi/activescript/marshal.cpp | 428 ----- sapi/activescript/php5activescript.c | 171 -- sapi/activescript/php5activescript.def | 5 - sapi/activescript/php5activescript.dsp | 185 -- sapi/activescript/php5activescript.h | 25 - sapi/activescript/php5as_classfactory.h | 63 - sapi/activescript/php5as_scriptengine.h | 214 --- sapi/activescript/scriptengine.cpp | 2039 ----------------------- 13 files changed, 3582 deletions(-) delete mode 100644 sapi/activescript/CREDITS delete mode 100644 sapi/activescript/EXPERIMENTAL delete mode 100644 sapi/activescript/README delete mode 100644 sapi/activescript/classfactory.cpp delete mode 100644 sapi/activescript/config.w32 delete mode 100755 sapi/activescript/marshal.cpp delete mode 100644 sapi/activescript/php5activescript.c delete mode 100644 sapi/activescript/php5activescript.def delete mode 100644 sapi/activescript/php5activescript.dsp delete mode 100644 sapi/activescript/php5activescript.h delete mode 100644 sapi/activescript/php5as_classfactory.h delete mode 100644 sapi/activescript/php5as_scriptengine.h delete mode 100644 sapi/activescript/scriptengine.cpp diff --git a/sapi/activescript/CREDITS b/sapi/activescript/CREDITS deleted file mode 100644 index ef347bac0d..0000000000 --- a/sapi/activescript/CREDITS +++ /dev/null @@ -1,2 +0,0 @@ -ActiveScript -Wez Furlong diff --git a/sapi/activescript/EXPERIMENTAL b/sapi/activescript/EXPERIMENTAL deleted file mode 100644 index 293159a693..0000000000 --- a/sapi/activescript/EXPERIMENTAL +++ /dev/null @@ -1,5 +0,0 @@ -this module is experimental, -its functions may change their names -or move to extension all together -so do not rely to much on them -you have been warned! diff --git a/sapi/activescript/README b/sapi/activescript/README deleted file mode 100644 index a0d9d0f14f..0000000000 --- a/sapi/activescript/README +++ /dev/null @@ -1,59 +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. 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 php5activescript.dll - -Configuration. -============== - -PHPScript will not use the default php.ini file. -Instead, it will look only in the same directory as the .exe that caused it to -load. - -You should create php-activescript.ini and place it in that folder, if you wish -to load extensions etc. - -Usage. -====== - -o. Windows Script Host - - Create a .wsf file like this: - - - - - -o. ASP and ASP.NET - - <%@language=PHPScript %> - <% $Response->Write("Hello"); %> - -o. Windows Script Components / Behaviours - - Use language="PHPScript" on your