mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added caution about how Sablot must be linked to -lstdc++ to work.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140032 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
13048d7741
commit
72971d5c85
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<section id="xslt.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
|
@ -20,6 +20,12 @@
|
|||
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>
|
||||
|
|
Loading…
Reference in a new issue