mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-19 10:28:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87202 c90b9560-bf6c-de11-be94-00142212c4b1
103 lines
3.4 KiB
XML
103 lines
3.4 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.4 $ -->
|
|
<!--
|
|
CCVS Documentation by Brendan W. McAdams <brendan@plexmedia.com>
|
|
Copyright (c) 2000 by the PHP Group
|
|
|
|
-Special Thanks to Red Hat, 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>
|
|
|
|
<section id="ccvs.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
These functions interface the CCVS API, allowing you to work
|
|
directly 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.
|
|
</para>
|
|
<note>
|
|
<para>
|
|
CCVS has been discontinued by Red Hat and there are no plans
|
|
to issue further keys or support contracts. Those looking for a
|
|
replacement can consider
|
|
<ulink url="&url.redhat.mcve;">MCVE by Main Street Softworks</ulink>
|
|
as a potential replacement. It is similar in design and has documented
|
|
PHP support!
|
|
</para>
|
|
</note>
|
|
</section>
|
|
|
|
<section id="ccvs.installation">
|
|
&reftitle.install;
|
|
<para>
|
|
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.
|
|
</para>
|
|
<para>
|
|
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.)
|
|
</para>
|
|
</section>
|
|
|
|
<section id="ccvs.seealso">
|
|
&reftitle.seealso;
|
|
<para>
|
|
Additional information about CCVS can be found at <ulink
|
|
url="&url.redhat.ccvs;">&url.redhat.ccvs;</ulink>. RedHat
|
|
maintains slightly outdated but still useful documentation at
|
|
<ulink url="&url.redhat.support;">&url.redhat.support;</ulink>.
|
|
</para>
|
|
</section>
|
|
|
|
</partintro>
|
|
|
|
&reference.ccvs.functions;
|
|
|
|
</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
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|
|
|