jdonagher               Wed Jun 30 15:45:22 2004 EDT

  Modified files:              
    /phpdoc/en/reference/pfpro  reference.xml 
  Log:
  -pfpro: removed reference to 'beta SDK' which hasn't existed for some time
  -pfpro: added minor documentation relating to configuration & compilation
  
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pfpro/reference.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/pfpro/reference.xml
diff -u phpdoc/en/reference/pfpro/reference.xml:1.8 
phpdoc/en/reference/pfpro/reference.xml:1.9
--- phpdoc/en/reference/pfpro/reference.xml:1.8 Tue Feb 24 03:46:14 2004
+++ phpdoc/en/reference/pfpro/reference.xml     Wed Jun 30 15:45:22 2004
@@ -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;

Reply via email to