diff --git a/chapters/copyright.xml b/chapters/copyright.xml index ea5bd9d55a..93ab4a3440 100644 --- a/chapters/copyright.xml +++ b/chapters/copyright.xml @@ -2,18 +2,18 @@ Copyright, distribution, version history - PHP 3.0 is copyright (C) 1997 the PHP Development Team. The + PHP is copyright (C) 1997 the PHP Development Team. The members of this team are listed in the CREDITS file that comes with - the PHP 3.0 source distribution. + the PHP source distribution. - PHP 3.0 is free software; you can redistribute it and/or modify it + PHP is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - PHP 3.0 is distributed in the hope that it will be useful, but + PHP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. diff --git a/chapters/intro.xml b/chapters/intro.xml index 6949dd43d6..b2e9231a5c 100644 --- a/chapters/intro.xml +++ b/chapters/intro.xml @@ -14,18 +14,18 @@ An introductory example -<html> - <head> - <title>Example</title> - </head> - <body> +<html> + <head> + <title>Example</title> + </head> + <body> <?php echo "Hi, I'm a PHP script!"; - ?> + ?> - </body> -</html> + </body> +</html> @@ -150,10 +150,9 @@ --> - Also as of this writing, work is underway on the next generation - of PHP, which will utilize the powerful Zend scripting engine to deliver higher - performance, and will also support running under webservers other + The latest version (PHP 4) uses the powerful Zend scripting engine to deliver higher + performance, and also supports running under webservers other than Apache as a native server module.