php-doc-en/reference/xslt/configure.xml
Friedhelm Betz 5c496444b2 dll requirements for win updated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128598 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-24 00:01:19 +00:00

66 lines
2.2 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<section id="xslt.installation">
&reftitle.install;
<para>
On UNIX, run <command>configure</command> with the
<option role="configure">--enable-xslt</option>
<option role="configure">--with-xslt-sablot</option>
options. The <productname>Sablotron</productname>
library should be installed somewhere your compiler can find it.
</para>
<para>
Make sure you have the same libraries linked to the
<productname>Sablotron</productname> library as those, which are linked
with PHP. The configuration options:
<option role="configure">--with-expat-dir=DIR</option>
<option role="configure">--with-iconv-dir=DIR</option>
are there to help you specify them. When asking for support, always
mention these directives, and whether there are other versions of those
libraries installed on your system somewhere. Naturally, provide all the
version numbers.
</para>
<note>
<title>JavaScript E-XSLT support</title>
<simpara>
If you compiled <productname>Sablotron</productname> with JavaScript
support, you must specify the option:
<option role="configure">--with-sablot-js=DIR</option>.
</simpara>
</note>
<note>
<title>Note to Win32 Users</title>
<simpara>
In order to enable this module on a Windows environment, you must copy
several files from the DLL folder of the PHP/Win32 binary package to the
SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or
C:\WINDOWS\SYSTEM32). For PHP &lt;= 4.2.0 copy <emphasis>sablot.dll</emphasis>
and <emphasis>expat.dll</emphasis> to your SYSTEM32 folder. For
PHP &gt;= 4.2.1 copy <emphasis>sablot.dll</emphasis>,
<emphasis>expat.dll</emphasis> and <emphasis>iconv.dll</emphasis> to your
SYSTEM32 folder.
</simpara>
</note>
</section>
<!-- 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
-->