From: Wez Furlong Date: Wed, 28 Jul 2004 12:32:49 +0000 (+0000) Subject: - Rename ProgID from ActivePHP (tm) to PHPScript (bah) X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~337 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a19f065afbb48d49ff64a1cb8e95e470541cad4;p=php - Rename ProgID from ActivePHP (tm) to PHPScript (bah) - Convert line-endings for error messages to CRLF - Misc other tweaks --- 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