goba Sun Oct 27 07:31:14 2002 EDT Modified files: /phpdoc/en/appendices about.xml history.xml Log: Adding information about documented PHP versions and PHP 5 in history Index: phpdoc/en/appendices/about.xml diff -u phpdoc/en/appendices/about.xml:1.18 phpdoc/en/appendices/about.xml:1.19 --- phpdoc/en/appendices/about.xml:1.18 Mon Oct 14 07:09:30 2002 +++ phpdoc/en/appendices/about.xml Sun Oct 27 07:31:14 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.18 $ --> +<!-- $Revision: 1.19 $ --> <!-- TODO: add manual conventions section (eg. how to read @@ -239,6 +239,34 @@ </para> </sect1> + <sect1 id="about.phpversions"> + <title>PHP versions documented in this manual</title> + <para> + This documentation contains information about PHP 4, 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. + </para> + <para> + You may find documentation pieces for the CVS version of PHP, which + always means the very latest development version available through + the CVS version handling system. If you are not a developer of PHP + itself, and you are not keen on using the very latest development + version of PHP, features marked with the "available in CVS" wording + are not accessible to you. Though these features will probably be + available in the next stable version of PHP. If you would like to + download the CVS version, see the <ulink url="&url.php.anoncvs;">anonymous + CVS access page</ulink>. + </para> + <para> + You may also encounter documentation for a PHP version which is + not released (something like PHP 4.3.0 as the latest stable version + is 4.2.3). 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 in a known future PHP version. + </para> + </sect1> + <sect1 id="about.more"> <title>How to find more information about PHP</title> <para> Index: phpdoc/en/appendices/history.xml diff -u phpdoc/en/appendices/history.xml:1.14 phpdoc/en/appendices/history.xml:1.15 --- phpdoc/en/appendices/history.xml:1.14 Wed Sep 4 05:10:27 2002 +++ phpdoc/en/appendices/history.xml Sun Oct 27 07:31:14 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.14 $ --> +<!-- $Revision: 1.15 $ --> <appendix id="history"> <title>History of PHP and related projects</title> @@ -136,6 +136,15 @@ PHP's development team includes dozens of developers, as well as dozens others working on PHP-related projects such as PEAR and the documentation project. + </para> + </sect2> + + <sect2 id="history.php5"> + <title>PHP 5</title> + <para> + The future of PHP is mainly driven by it's core, the Zend Engine. + PHP 5 will include the new Zend Engine 2.0. To get more information + on this engine, <ulink url="&url.zend.future;">see it's webpage</ulink>. </para> </sect2> </sect1>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php