From 733dd87b6b2c8b55b6e6e2e8bd8368922cca2611 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 13 Aug 2004 18:17:40 +0000 Subject: [PATCH] MCVE instead of CCVS (bug #29661) PHP 4 is not current stable anymore git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166321 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/intro.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chapters/intro.xml b/chapters/intro.xml index b6a853cbc2..a27005b24f 100644 --- a/chapters/intro.xml +++ b/chapters/intro.xml @@ -1,5 +1,5 @@ - + Introduction @@ -142,8 +142,8 @@ system and a web server. Furthermore, you also have the choice of using procedural programming or object oriented programming, or a mixture of them. Although not every - standard OOP feature is implemented in PHP 4 (the current stable - version of PHP), many code libraries and large applications (including + standard OOP feature is implemented in PHP 4, + many code libraries and large applications (including the PEAR library) are written only using OOP code. PHP 5 fixes the OOP related weaknesses of PHP 4, and introduces a complete object model. @@ -217,7 +217,7 @@ While using PHP in the e-commerce field, you'll find the Cybercash payment, CyberMUT, VeriSign Payflow - Pro and CCVS functions useful for your online payment + Pro and MCVE functions useful for your online payment programs.