From e14accd49f38bc776e27448a66c9d9a737a4bf9d Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sat, 27 Jan 2007 19:08:32 +0000 Subject: [PATCH] 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 --- appendices/about.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appendices/about.xml b/appendices/about.xml index b7aa1f5a2d..5223f5c4c9 100644 --- a/appendices/about.xml +++ b/appendices/about.xml @@ -1,5 +1,5 @@ - + About the manual @@ -261,7 +261,7 @@ Returns the length of string. PHP versions documented in this manual - 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. - 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