From f4e67a0808040689053d222a8db1f1a6539d60f7 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Thu, 14 Aug 2003 16:48:47 +0000 Subject: [PATCH] Fix a few HTML tags --- release_4_1_0.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/release_4_1_0.php b/release_4_1_0.php index 242f17189..fc88c206b 100644 --- a/release_4_1_0.php +++ b/release_4_1_0.php @@ -44,8 +44,8 @@ site_header("PHP 4.1.0 Release Announcement");

- Following is a description of the new input mechanism. For a full list of - changes in PHP 4.1.0, see the changelog. + Following is a description of the new input mechanism. For a full list of + changes in PHP 4.1.0, see the ChangeLog.


@@ -133,8 +133,8 @@ function example1() new code easier. Another neat trick is that creating new entries in the $_SESSION array will automatically register them as session variables, as if you called session_register(). This trick is limited to the session - module only - for example, setting new entries in $_ENV will *not* perform - an implicit putenv(). + module only - for example, setting new entries in $_ENV will + not perform an implicit putenv().

@@ -162,8 +162,8 @@ function example1()

- Thanks go to Shaun Clowes (shaun@securereality.com.au) for pointing out this - problem and for analyzing it. + Thanks go to Shaun Clowes (shaun at securereality dot com dot au) for + pointing out this problem and for analyzing it.