[PHP-DOC] cvs: phpdoc /en/functions ccvs.xml From: Brendan W. McAdams (brendan <email protected>)
Date: 08/10/00

bmcadams Thu Aug 10 08:31:59 2000 EDT

  Added files:
    /phpdoc/en/functions ccvs.xml
  Log:
  @ Added CCVS Documentation. Currently contains compilation instructions, module information, and a pointer to RedHat's CCVS PHP Documents for the old PHP3 module (which still pertain to the current version).
  

Index: phpdoc/en/functions/ccvs.xml
+++ phpdoc/en/functions/ccvs.xml
<!--
CCVS Documentation by Brendan W. McAdams <brendan <email protected>>
Copyright (c) 2000 the PHP Group

-Special Thanks to RedHat, Inc. for the contribution of their original documentation for
the php3 version of this module, which helped us start this document.
-->
 
<reference id="ref.ccvs">
  <title>CCVS API Functions</title>
  <titleabbrev>CCVS</titleabbrev>
   <partintro>
    <simpara>
     These functions interface the CCVS API, allowing you to directly work with CCVS from your PHP scripts.
            CCVS is <ulink url="http://www.redhat.com">RedHat's</ulink> solution to the "middle-man" in credit card
            processing. It lets you directly address the credit card clearing houses via your *nix box and a modem.
            Using the CCVS module for PHP, you can process credit cards directly through CCVS via your PHP Scripts.
            The following references will outline the process.
           </simpara>
           <simpara>
         To enable CCVS Support in PHP, first verify your CCVS installation directory.
         You will then need to configure PHP with the <option role="configure">--with-ccvs</option> option. If
         you use this option without specifying the path to your CCVS installation, PHP Will attempt to look in the
         default CCVS Install location (/usr/local/ccvs). If CCVS is in a non-standard location, run configure with: <option role="configure">--with-ccvs=$ccvs_path</option>, where $ccvs_path is the path to your CCVS installation. Please note that CCVS support requires that $ccvs_path/lib and $ccvs_path/include exist, and include cv_api.h under the include directory and libccvs.a under the lib directory.
    </simpara>
    <simpara>
    Additionally, a ccvsd process will need to be running for the configurations you intend to use in your PHP scripts. You will also need to make sure the PHP Processes are running under the same user as your CCVS was installed as (e.g. if you installed CCVS as user 'ccvs', your PHP processes must run as 'ccvs' as well.)
    </simpara>
    <simpara>
     Additional information about CCVS can be found at <ulink
     url="http://www.redhat.com/products/ccvs">http://www.redhat.com/products/ccvs>.
    </simpara>
    <simpara>
    This documentation section is being worked on. Until then, RedHat maintains slightly outdated but still useful documentation at <ulink url="
http://www.redhat.com/products/ccvs/support/CCVS3.3docs/ProgPHP.html">http://www.redhat.com/products/ccvs/support/CCVS3.3docs/ProgPHP.html>.
  </partintro>
  
  </reference>