Added ccvs.xml to the English manual.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30036 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Egon Schmid 2000-08-10 17:26:37 +00:00
parent 3fe3069643
commit 93398b2097
2 changed files with 84 additions and 30 deletions

View file

@ -30,6 +30,7 @@
<!ENTITY reference.array SYSTEM "functions/array.xml">
<!ENTITY reference.aspell SYSTEM "functions/aspell.xml">
<!ENTITY reference.bc SYSTEM "functions/bc.xml">
<!ENTITY reference.ccvs SYSTEM "functions/ccvs.xml">
<!ENTITY reference.com SYSTEM "functions/com.xml">
<!ENTITY reference.classobj SYSTEM "functions/classobj.xml">
<!ENTITY reference.cpdf SYSTEM "functions/cpdf.xml">

View file

@ -1,38 +1,91 @@
<!--
CCVS Documentation by Brendan W. McAdams <brendan@plexmedia.com>
Copyright (c) 2000 the PHP Group
Copyright (c) 2000 by 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.
-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">
<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</ulink>.
</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</ulink>.
</simpara>
<partintro>
<simpara>
These functions interface the CCVS API, allowing you to directly
work with CCVS from your PHP scripts. CCVS is <ulink
url="&url.redhat;">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="&url.redhat.ccvs;">&url.redhat.ccvs;</ulink>.
</simpara>
<simpara>
This documentation section is being worked on. Until then, RedHat
maintains slightly outdated but still useful documentation at
<ulink url="&url.redhat.support;">&url.redhat.support;</ulink>.
</simpara>
</partintro>
</reference>
<refentry>
<refnamediv>
<refname></refname>
<refpurpose></refpurpose>
</refnamediv>
<refsect1>
<title></title>
<funcsynopsis>
<funcprototype>
<funcdef> <function></function></funcdef>
<paramdef> <parameter></parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsect1>
</refentry>
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->