mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Updated about.phpversions to reflect documenting PHP 6 is okay. Bug reports
on this topic can be directed here. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228221 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
15914a5a19
commit
e14accd49f
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.43 $ -->
|
||||
<!-- $Revision: 1.44 $ -->
|
||||
|
||||
<appendix id="about">
|
||||
<title>About the manual</title>
|
||||
|
@ -261,7 +261,7 @@ Returns the length of string.
|
|||
<sect1 id="about.phpversions">
|
||||
<title>PHP versions documented in this manual</title>
|
||||
<para>
|
||||
This documentation contains information about both PHP 4 and PHP 5, with
|
||||
This documentation contains information about current and future PHP versions, with
|
||||
some added migration and compatibility notes regarding PHP 3. Behaviour,
|
||||
parameter, return value and other changes between different PHP
|
||||
versions are documented in notes and inline text in the manual.
|
||||
|
@ -277,9 +277,9 @@ Returns the length of string.
|
|||
CVS access page</ulink>.
|
||||
</para>
|
||||
<para>
|
||||
Also, documentation may exist for PHP versions that aren't yet released.
|
||||
(something like PHP 5.0.0 while the latest stable version
|
||||
is 4.3.x). Most of the time, this is not an error in the documentation.
|
||||
So, documentation may exist for PHP versions that aren't yet released.
|
||||
(something like PHP 6.x.x while the latest stable version might be
|
||||
is 5.x.x). Most of the time, this is not an error in the documentation.
|
||||
Explanation is often added for features not available in the current
|
||||
PHP release, but will be available as a known future PHP version.
|
||||
Typically, PHP only adds new features in major releases otherwise only bugs
|
||||
|
|
Loading…
Reference in a new issue