File: configure.xml

package info (click to toggle)
php-doc 20081024-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 57,752 kB
  • ctags: 3,858
  • sloc: xml: 686,554; php: 19,446; perl: 610; cpp: 500; makefile: 336; sh: 114; awk: 28
file content (72 lines) | stat: -rw-r--r-- 2,215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<section xml:id="xslt.installation" xmlns="http://docbook.org/ns/docbook">
 &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>
 <caution>
  <para>
   Be sure your Sablot library is linked to <literal>-lstdc++</literal> as
   otherwise your configure will fail, or PHP will fail to run or load.
  </para>
 </caution>
 <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>
  <para>
  &ext.windows.path.dll;
  <filename>sablot.dll</filename>, 
  <filename>expat.dll</filename>, and 
  <filename>iconv.dll</filename>
  </para>
  <para>
   For PHP &lt;= 4.2.0, the file <filename>iconv.dll</filename> is 
   not required.
  </para>
 </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
-->