From d096263468aecc6fd37cc58e2e529ecb834be831 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 20 Mar 2008 01:47:27 +0000 Subject: [PATCH] Removed the deprecated ccvs extension from all of phpdoc. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255540 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/aliases.xml | 82 +-------------------- appendices/extensions.xml | 3 +- reference/ccvs/book.xml | 66 ----------------- reference/ccvs/configure.xml | 46 ------------ reference/ccvs/functions/ccvs-add.xml | 40 ---------- reference/ccvs/functions/ccvs-auth.xml | 38 ---------- reference/ccvs/functions/ccvs-command.xml | 42 ----------- reference/ccvs/functions/ccvs-count.xml | 40 ---------- reference/ccvs/functions/ccvs-delete.xml | 38 ---------- reference/ccvs/functions/ccvs-done.xml | 37 ---------- reference/ccvs/functions/ccvs-init.xml | 37 ---------- reference/ccvs/functions/ccvs-lookup.xml | 41 ----------- reference/ccvs/functions/ccvs-new.xml | 38 ---------- reference/ccvs/functions/ccvs-report.xml | 38 ---------- reference/ccvs/functions/ccvs-return.xml | 40 ---------- reference/ccvs/functions/ccvs-reverse.xml | 40 ---------- reference/ccvs/functions/ccvs-sale.xml | 40 ---------- reference/ccvs/functions/ccvs-status.xml | 38 ---------- reference/ccvs/functions/ccvs-textvalue.xml | 37 ---------- reference/ccvs/functions/ccvs-void.xml | 40 ---------- reference/ccvs/reference.xml | 42 ----------- 21 files changed, 2 insertions(+), 861 deletions(-) delete mode 100644 reference/ccvs/book.xml delete mode 100644 reference/ccvs/configure.xml delete mode 100644 reference/ccvs/functions/ccvs-add.xml delete mode 100644 reference/ccvs/functions/ccvs-auth.xml delete mode 100644 reference/ccvs/functions/ccvs-command.xml delete mode 100644 reference/ccvs/functions/ccvs-count.xml delete mode 100644 reference/ccvs/functions/ccvs-delete.xml delete mode 100644 reference/ccvs/functions/ccvs-done.xml delete mode 100644 reference/ccvs/functions/ccvs-init.xml delete mode 100644 reference/ccvs/functions/ccvs-lookup.xml delete mode 100644 reference/ccvs/functions/ccvs-new.xml delete mode 100644 reference/ccvs/functions/ccvs-report.xml delete mode 100644 reference/ccvs/functions/ccvs-return.xml delete mode 100644 reference/ccvs/functions/ccvs-reverse.xml delete mode 100644 reference/ccvs/functions/ccvs-sale.xml delete mode 100644 reference/ccvs/functions/ccvs-status.xml delete mode 100644 reference/ccvs/functions/ccvs-textvalue.xml delete mode 100644 reference/ccvs/functions/ccvs-void.xml delete mode 100644 reference/ccvs/reference.xml diff --git a/appendices/aliases.xml b/appendices/aliases.xml index b9eccc8792..1755dd182a 100755 --- a/appendices/aliases.xml +++ b/appendices/aliases.xml @@ -1,5 +1,5 @@ - + List of Function Aliases @@ -124,86 +124,6 @@ com_propput COM - - cv_add - ccvs_add - CCVS - - - cv_auth - ccvs_auth - CCVS - - - cv_command - ccvs_command - CCVS - - - cv_count - ccvs_count - CCVS - - - cv_delete - ccvs_delete - CCVS - - - cv_done - ccvs_done - CCVS - - - cv_init - ccvs_init - CCVS - - - cv_lookup - ccvs_lookup - CCVS - - - cv_new - ccvs_new - CCVS - - - cv_report - ccvs_report - CCVS - - - cv_return - ccvs_return - CCVS - - - cv_reverse - ccvs_reverse - CCVS - - - cv_sale - ccvs_sale - CCVS - - - cv_status - ccvs_status - CCVS - - - cv_textvalue - ccvs_textvalue - CCVS - - - cv_void - ccvs_void - CCVS - die exit diff --git a/appendices/extensions.xml b/appendices/extensions.xml index b57bc467e5..f5a9605414 100644 --- a/appendices/extensions.xml +++ b/appendices/extensions.xml @@ -1,5 +1,5 @@ - + - - - - CCVS API &Functions; [deprecated] - CCVS - - - - &reftitle.intro; - - These functions interface the CCVS API, allowing you to work - directly with CCVS from your PHP scripts. CCVS is RedHat's 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. - - - - 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 - MCVE by Main Street Softworks - as a potential replacement. It is similar in design and has documented - PHP support! - - - This extension has been removed from PHP and is no - longer available as of PHP 4.3.0. If you want to use credit card - processing features you can use MCVE - instead. - - - - - - &reference.ccvs.configure; - &reference.ccvs.reference; - - - - - diff --git a/reference/ccvs/configure.xml b/reference/ccvs/configure.xml deleted file mode 100644 index 7c51554539..0000000000 --- a/reference/ccvs/configure.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - &reftitle.install; - - To enable CCVS Support in PHP, first verify your CCVS installation - directory. You will then need to configure PHP with the 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: , where - DIR is the path to your CCVS installation. Please note that CCVS support - requires that DIR/lib and DIR/include exist, and include - cv_api.h under the include directory and - libccvs.a under the lib directory. - - - 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.) - - - - diff --git a/reference/ccvs/functions/ccvs-add.xml b/reference/ccvs/functions/ccvs-add.xml deleted file mode 100644 index d398cea8e3..0000000000 --- a/reference/ccvs/functions/ccvs-add.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - ccvs_add - Add data to a transaction - - - &reftitle.description; - - stringccvs_add - stringsession - stringinvoice - stringargtype - stringargval - - &warn.undocumented.func; - - - - diff --git a/reference/ccvs/functions/ccvs-auth.xml b/reference/ccvs/functions/ccvs-auth.xml deleted file mode 100644 index df513765ce..0000000000 --- a/reference/ccvs/functions/ccvs-auth.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - ccvs_auth - Perform credit authorization test on a transaction - - - &reftitle.description; - - stringccvs_auth - stringsession - stringinvoice - - &warn.undocumented.func; - - - - diff --git a/reference/ccvs/functions/ccvs-command.xml b/reference/ccvs/functions/ccvs-command.xml deleted file mode 100644 index fe5be17a96..0000000000 --- a/reference/ccvs/functions/ccvs-command.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - ccvs_command - - Performs a command which is peculiar to a single protocol, - and thus is not available in the general CCVS API - - - - &reftitle.description; - - stringccvs_command - stringsession - stringtype - stringargval - - &warn.undocumented.func; - - - - diff --git a/reference/ccvs/functions/ccvs-count.xml b/reference/ccvs/functions/ccvs-count.xml deleted file mode 100644 index 71f85a2551..0000000000 --- a/reference/ccvs/functions/ccvs-count.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - ccvs_count - - Find out how many transactions of a given type are stored in the system - - - - &reftitle.description; - - intccvs_count - stringsession - stringtype - - &warn.undocumented.func; - - - - diff --git a/reference/ccvs/functions/ccvs-delete.xml b/reference/ccvs/functions/ccvs-delete.xml deleted file mode 100644 index 2eb48529df..0000000000 --- a/reference/ccvs/functions/ccvs-delete.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - ccvs_delete - Delete a transaction - - - &reftitle.description; - - stringccvs_delete - stringsession - stringinvoice - - &warn.undocumented.func; - - - - diff --git a/reference/ccvs/functions/ccvs-done.xml b/reference/ccvs/functions/ccvs-done.xml deleted file mode 100644 index e448320cd4..0000000000 --- a/reference/ccvs/functions/ccvs-done.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - ccvs_done - Terminate CCVS engine and do cleanup work - - - &reftitle.description; - - stringccvs_done - stringsess - - &warn.undocumented.func; - - - - diff --git a/reference/ccvs/functions/ccvs-init.xml b/reference/ccvs/functions/ccvs-init.xml deleted file mode 100644 index ea8182d967..0000000000 --- a/reference/ccvs/functions/ccvs-init.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - ccvs_init - Initialize CCVS for use - - - &reftitle.description; - - stringccvs_init - stringname - - &warn.undocumented.func; - - - - diff --git a/reference/ccvs/functions/ccvs-lookup.xml b/reference/ccvs/functions/ccvs-lookup.xml deleted file mode 100644 index cec80ebf2a..0000000000 --- a/reference/ccvs/functions/ccvs-lookup.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - ccvs_lookup - - Look up an item of a particular type in the database # - - - - &reftitle.description; - - stringccvs_lookup - stringsession - stringinvoice - intinum - - &warn.undocumented.func; - - - - diff --git a/reference/ccvs/functions/ccvs-new.xml b/reference/ccvs/functions/ccvs-new.xml deleted file mode 100644 index 5a8019136e..0000000000 --- a/reference/ccvs/functions/ccvs-new.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - ccvs_new - Create a new, blank transaction - - - &reftitle.description; - - stringccvs_new - stringsession - stringinvoice - - &warn.undocumented.func; - - - - diff --git a/reference/ccvs/functions/ccvs-report.xml b/reference/ccvs/functions/ccvs-report.xml deleted file mode 100644 index 7868ca248c..0000000000 --- a/reference/ccvs/functions/ccvs-report.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - ccvs_report - Return the status of the background communication process - - - &reftitle.description; - - stringccvs_report - stringsession - stringtype - - &warn.undocumented.func; - - - - diff --git a/reference/ccvs/functions/ccvs-return.xml b/reference/ccvs/functions/ccvs-return.xml deleted file mode 100644 index d0f6ba3aa3..0000000000 --- a/reference/ccvs/functions/ccvs-return.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - ccvs_return - - Transfer funds from the merchant to the credit card holder - - - - &reftitle.description; - - stringccvs_return - stringsession - stringinvoice - - &warn.undocumented.func; - - - - diff --git a/reference/ccvs/functions/ccvs-reverse.xml b/reference/ccvs/functions/ccvs-reverse.xml deleted file mode 100644 index 25a4c44aca..0000000000 --- a/reference/ccvs/functions/ccvs-reverse.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - ccvs_reverse - - Perform a full reversal on an already-processed authorization - - - - &reftitle.description; - - stringccvs_reverse - stringsession - stringinvoice - - &warn.undocumented.func; - - - - diff --git a/reference/ccvs/functions/ccvs-sale.xml b/reference/ccvs/functions/ccvs-sale.xml deleted file mode 100644 index 6437dff537..0000000000 --- a/reference/ccvs/functions/ccvs-sale.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - ccvs_sale - - Transfer funds from the credit card holder to the merchant - - - - &reftitle.description; - - stringccvs_sale - stringsession - stringinvoice - - &warn.undocumented.func; - - - - diff --git a/reference/ccvs/functions/ccvs-status.xml b/reference/ccvs/functions/ccvs-status.xml deleted file mode 100644 index 0410a63182..0000000000 --- a/reference/ccvs/functions/ccvs-status.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - ccvs_status - Check the status of an invoice - - - &reftitle.description; - - stringccvs_status - stringsession - stringinvoice - - &warn.undocumented.func; - - - - diff --git a/reference/ccvs/functions/ccvs-textvalue.xml b/reference/ccvs/functions/ccvs-textvalue.xml deleted file mode 100644 index 6b5315e1b4..0000000000 --- a/reference/ccvs/functions/ccvs-textvalue.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - ccvs_textvalue - Get text return value for previous function call - - - &reftitle.description; - - stringccvs_textvalue - stringsession - - &warn.undocumented.func; - - - - diff --git a/reference/ccvs/functions/ccvs-void.xml b/reference/ccvs/functions/ccvs-void.xml deleted file mode 100644 index c40b0094f1..0000000000 --- a/reference/ccvs/functions/ccvs-void.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - ccvs_void - - Perform a full reversal on a completed transaction - - - - &reftitle.description; - - stringccvs_void - stringsession - stringinvoice - - &warn.undocumented.func; - - - - diff --git a/reference/ccvs/reference.xml b/reference/ccvs/reference.xml deleted file mode 100644 index d203b557b3..0000000000 --- a/reference/ccvs/reference.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - CCVS API &Functions; [deprecated] - CCVS - - -
- &reftitle.seealso; - - RedHat has discontinued support for CCVS; however, a slightly - outdated manual is still available at - &url.redhat.support;. - -
-
- - &reference.ccvs.entities.functions; - -
- -