nlopess Fri Aug 6 11:09:50 2004 EDT
Added files:
/phpdoc/en/install/windows activescript.xml
Modified files:
/phpdoc/en/install ini.xml
/phpdoc/en/install/windows index.xml
Log:
add activescript
http://cvs.php.net/diff.php/phpdoc/en/install/ini.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.1 phpdoc/en/install/ini.xml:1.2
--- phpdoc/en/install/ini.xml:1.1 Tue Jun 8 17:47:58 2004
+++ phpdoc/en/install/ini.xml Fri Aug 6 11:09:50 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<chapter id="configuration">
<title>Runtime Configuration</title>
@@ -23,6 +23,11 @@
linkend="features.commandline">command line</link>. You can also use the
environment variable <varname>PHPRC</varname> for an additional path to
search for a &php.ini; file.
+ </para>
+ <para>
+ If <filename>php-SAPI.ini</filename> exists (where SAPI is used SAPI, so the
+ filename is e.g. <filename>php-cli.ini</filename> or
+ <filename>php-apache.ini</filename>), it's used instead of &php.ini;.
</para>
<note>
<para>
http://cvs.php.net/diff.php/phpdoc/en/install/windows/index.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/install/windows/index.xml
diff -u phpdoc/en/install/windows/index.xml:1.11
phpdoc/en/install/windows/index.xml:1.12
--- phpdoc/en/install/windows/index.xml:1.11 Thu Aug 5 08:33:12 2004
+++ phpdoc/en/install/windows/index.xml Fri Aug 6 11:09:50 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<chapter id="install.windows">
<title>Installation on Windows systems</title>
<para>
@@ -33,6 +33,7 @@
&install.windows.installer;
&install.windows.manual;
+ &install.windows.activescript;
&install.windows.iis;
&install.windows.apache1;
&install.windows.apache2;
http://cvs.php.net/co.php/phpdoc/en/install/windows/activescript.xml?r=1.1&p=1
Index: phpdoc/en/install/windows/activescript.xml
+++ phpdoc/en/install/windows/activescript.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<sect1 id="install.windows.activescript">
<title>ActiveScript</title>
<para>
This section contains notes specific to the ActiveScript installation.
</para>
<para>
As of PHP 5.0.1, ActiveScript has been moved to the <ulink
url="&url.pecl;">PECL</ulink> repository. &pecl.windows.download;
</para>
<note>
<para>
You should read the <link linkend="install.windows.manual">manual
installation steps</link> first!
</para>
</note>
<para>
After installing PHP, you should download the ActiveScript DLL
(<filename>php5activescript.dll</filename>) and place it in the main PHP
folder (e.g. <filename>C:\php</filename>).
</para>
<para>
After having all the files needed, you must register the DLL on your
system. To achieve this, open a Command Prompt window (located in the
Start Menu). Then go to your PHP directory by typing something like
<literal>cd C:\php</literal>. To register the DLL just type
<literal>regsvr32 php5activescript.dll</literal>.
</para>
<para>
To test if ActiveScript is working, create a new file, named
<literal>test.wsf</literal> (the extension is very important) and type:
<programlisting role="php">
<![CDATA[
<job id="test">
<script language="PHPScript">
$WScript->Echo("Hello World!");
</script>
</job>
]]>
</programlisting>
If you receive a little window saying "Hello World!" you're done.
</para>
<note>
<para>
ActiveScript doens't 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 <filename>php-activescript.ini</filename> and place it in
that folder, if you wish to load extensions, etc.
</para>
</note>
</sect1>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->