mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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
This commit is contained in:
parent
9a1ee6bfe3
commit
733dd87b6b
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.38 $ -->
|
||||
<!-- $Revision: 1.39 $ -->
|
||||
<chapter id="introduction">
|
||||
<title>Introduction</title>
|
||||
|
||||
|
@ -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 @@
|
|||
<para>
|
||||
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.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue