-pfpro: removed reference to 'beta SDK' which hasn't existed for some time

-pfpro: added minor documentation relating to configuration & compilation


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162406 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
John Donagher 2004-06-30 19:45:22 +00:00
parent 9d3b762b05
commit 314972d895

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<reference id="ref.pfpro">
<title>Verisign Payflow Pro Functions</title>
<titleabbrev>Verisign Payflow Pro</titleabbrev>
@ -39,9 +39,7 @@
<para>
You will require the appropriate SDK for your platform, which may be
downloaded <ulink url="&url.pfpro.download;">from within the manager
interface</ulink> once you have registered. If you are going to use this
extension in an SSL-enabled webserver or with other SSL components (such
as the CURL+SSL extension) you MUST get the beta SDK.
interface</ulink> once you have registered.
</para>
<para>
Once you have downloaded the SDK you should copy the files from
@ -51,6 +49,28 @@
and the library file <filename>libpfpro.so</filename> to
<filename class="directory">/usr/local/lib</filename>.
</para>
<para>
Alternatively, you can extract the tarball from Verisign in one
location, and reference it during build configuration with the <option
role="configure">--with-pfpro[=DIR]</option> option:
<example>
<title>Example 1.</title>
<programlisting role="shell">
<![CDATA[
tar -zxf pfpro_sunsparc.tar.gz -C /usr/local/
./configure --with-pfpro=/usr/local/verisign/payflowpro/sunsparc
]]>
</programlisting>
</example>
</para>
<note>
<para>
The last portion of the path specified in the example above, in this
case <filename class="directory">sunsparc</filename>, will vary based on
which architecture your Verisign SDK was built for.
</para>
</note>
</section>
&reference.pfpro.configure;