From 9a19f065afbb48d49ff64a1cb8e95e470541cad4 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 28 Jul 2004 12:32:49 +0000 Subject: [PATCH] - Rename ProgID from ActivePHP (tm) to PHPScript (bah) - Convert line-endings for error messages to CRLF - Misc other tweaks --- sapi/activescript/README | 10 ++++----- sapi/activescript/classfactory.cpp | 8 +++---- sapi/activescript/scriptengine.cpp | 34 +++++++++++++++++++++++++----- 3 files changed, 38 insertions(+), 14 deletions(-) diff --git a/sapi/activescript/README b/sapi/activescript/README index 67e1ed1879..a0d9d0f14f 100644 --- a/sapi/activescript/README +++ b/sapi/activescript/README @@ -23,7 +23,7 @@ Build and install it somewhere; then register the engine like this: Configuration. ============== -ActivePHP will not use the default php.ini file. +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. @@ -38,22 +38,22 @@ o. Windows Script Host Create a .wsf file like this: - o. ASP and ASP.NET - <%@language=ActivePHP5 %> + <%@language=PHPScript %> <% $Response->Write("Hello"); %> o. Windows Script Components / Behaviours - Use language="ActivePHP5" on your