[PHP-DOC] cvs: phpdoc /en/reference/mcve reference.xml

2003-07-07 Thread Brad House
bradmsswTue Jul  8 00:29:22 2003 EDT

  Modified files:  
/phpdoc/en/reference/mcve   reference.xml 
  Log:
  forgot to link in constants into reference.xml
  
Index: phpdoc/en/reference/mcve/reference.xml
diff -u phpdoc/en/reference/mcve/reference.xml:1.6 
phpdoc/en/reference/mcve/reference.xml:1.7
--- phpdoc/en/reference/mcve/reference.xml:1.6  Mon Jul  7 23:52:00 2003
+++ phpdoc/en/reference/mcve/reference.xml  Tue Jul  8 00:29:22 2003
@@ -1,5 +1,5 @@
 
-
+
  
   MCVE Payment Functions
   MCVE
@@ -40,8 +40,12 @@
  for functions.
 

+   
+   &reference.mcve.constants;
+
 
   
+
 
 &reference.mcve.functions;
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/reference/mcve reference.xml

2002-10-20 Thread Brad House
bradmsswSun Oct 20 23:31:03 2002 EDT

  Modified files:  
/phpdoc/en/reference/mcve   reference.xml 
  Log:
  initial real docs
  
  
Index: phpdoc/en/reference/mcve/reference.xml
diff -u phpdoc/en/reference/mcve/reference.xml:1.3 
phpdoc/en/reference/mcve/reference.xml:1.4
--- phpdoc/en/reference/mcve/reference.xml:1.3  Tue Jul 23 05:34:49 2002
+++ phpdoc/en/reference/mcve/reference.xml  Sun Oct 20 23:31:02 2002
@@ -1,16 +1,69 @@
 
-
+
  
-  MCVE functions
-  MCVE functions
+  MCVE Payment Functions
+  MCVE
 
   

&reftitle.intro;
-   &warn.experimental;
 
+ These functions interface the MCVE API (libmcve), allowing you
+ to work directly with MCVE from your PHP scripts.  MCVE is
+ Main Street Softworks' solution to direct credit card processing.
+ It lets you directly address the credit card clearing houses via
+ your *nix box, modem and/or internet connection (bypassing the
+ need for an additional service such as Authorize.Net or Pay
+ Flow Pro).  Using the MCVE module for PHP, you can process
+ credit cards directly through MCVE via your PHP scripts. The
+ following references will outline the process.
 
+
+ 
+  MCVE is the replacement for RedHat's CCVS. They contracted with
+  RedHat in late 2001 to migrate all existing clientelle to the
+  MCVE platform.
+ 
+

+   
+&reftitle.install;
+
+ To enable MCVE Support in PHP, first verify your LibMCVE installation
+ directory.  You will then need to configure PHP with the --with-mcve option.  If you use this
+ option without specifying the path to your MCVE installation, PHP
+ will attempt to look in the default LibMCVE Install location
+ (/usr/local).  If MCVE is in a non-standard location, run
+ configure with: --with-mcve=$mcve_path, where $mcve_path
+ is the path to your MCVE installation.  Please note that MCVE 
+ support requires that $mcve_path/lib and $mcve_path/include exist,
+ and include mcve.h under the include directory and libmcve.so and/or
+ libmcve.a under the lib directory.
+
+
+ Since MCVE has true server/client separation, there are no additional
+ requirements for running PHP with MCVE support.  To test your 
+ MCVE extension in PHP, you may connect to testbox.mcve.com on 
+ port 8333 for IP, or port 8444 for SSL using the MCVE PHP API.
+ Use 'vitale' for your username, and 'test' for your password.
+ Additional information about test facilities are available at
+ http://www.mcve.com";>www.mcve.com.
+
+   
+   
+   
+&reftitle.seealso;
+
+ Additional documentation about MCVE's PHP API can be found at
+ http://www.mcve.com/docs/phpapi.pdf";>
+ http://www.mcve.com/docs/phpapi.pdf. Main Street's 
+ documentation is complete and should be the primary reference
+ for functions.
+
+   
+
   
 
 &reference.mcve.functions;



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/mcve reference.xml

2002-07-23 Thread Friedhelm Betz

betzTue Jul 23 05:34:49 2002 EDT

  Modified files:  
/phpdoc/en/reference/mcve   reference.xml 
  Log:
  new structure applied
  
  
Index: phpdoc/en/reference/mcve/reference.xml
diff -u phpdoc/en/reference/mcve/reference.xml:1.2 
phpdoc/en/reference/mcve/reference.xml:1.3
--- phpdoc/en/reference/mcve/reference.xml:1.2  Mon Apr 15 14:56:45 2002
+++ phpdoc/en/reference/mcve/reference.xml  Tue Jul 23 05:34:49 2002
@@ -1,13 +1,16 @@
 
-
+
  
   MCVE functions
   MCVE functions
 
   
+   
+   &reftitle.intro;
&warn.experimental;
-   
-   
+
+
+   
   
 
 &reference.mcve.functions;



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php