mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added note about compiling as shared, by Justin Meyer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164808 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2411227ac0
commit
68f9da87d2
1 changed files with 9 additions and 1 deletions
|
@ -1,11 +1,19 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="pfpro.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
These functions are only available if PHP has been compiled with the
|
||||
<option role="configure">--with-pfpro[=DIR]</option> option.
|
||||
</para>
|
||||
<warning>
|
||||
<para>
|
||||
If you are planing to use this extension along with the <link
|
||||
linkend="ref.openssl">OpenSSL</link> extension or with ModSSL, you should
|
||||
compile this extension as shared: <option
|
||||
role="configure">--with-pfpro=shared,/usr/local</option>.
|
||||
</para>
|
||||
</warning>
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue