From: Wez Furlong Date: Tue, 4 May 2004 14:54:01 +0000 (+0000) Subject: Improve stability. X-Git-Tag: RELEASE_0_1~295 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c921ceb49c5df9b3ae71d9ef451093e1abbc1720;p=php Improve stability. Give it a new CLSID and change the engine name to ActivePHP5. Globals registered by the scripting host are now auto-globals and don't need to be declared global when accessed from within functions. --- diff --git a/sapi/activescript/README b/sapi/activescript/README index 70f49821d8..39066f5783 100644 --- a/sapi/activescript/README +++ b/sapi/activescript/README @@ -26,7 +26,7 @@ Usage. o. Client-side script in Internet Explorer - @@ -35,22 +35,22 @@ o. Windows Script Host Create a .wsf file like this: - o. ASP and ASP.NET - <%@language=ActivePHP %> + <%@language=ActivePHP5 %> <% $Response->Write("Hello"); %> o. Windows Script Components / Behaviours - Use language="ActivePHP" on your