diff --git a/ChangeLog-4.php b/ChangeLog-4.php
index dbff024c7..e46f8c627 100644
--- a/ChangeLog-4.php
+++ b/ChangeLog-4.php
@@ -2,16 +2,14 @@
// $Id$
$_SERVER['BASE_PAGE'] = 'ChangeLog-4.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
-site_header("PHP 4 ChangeLog", array("current" => "docs", 'css' => array('changelog.css')));
+site_header("PHP 4 ChangeLog", array("current" => "docs", 'css' => array('changelog.css'), 'layout_span' => 12));
function bugfix($number) { echo "Fixed bug "; bugl($number); }
function bugl($number) { echo "#$number"; }
?>
PHP 4 ChangeLog
-
-
-
+
Version 4.4.9
07-Aug-2008
-
+
-
+
Version 4.4.8
03-Jan-2008
-
+
-
+
Version 4.4.7
03-May-2007
-
+
-
+
Version 4.4.6
01-Mar-2007
-
+
-
+
Version 4.4.5
14-Feb-2007
-
+
Version 4.4.4
17-Aug-2006
-
+
Version 4.4.3
03-Aug-2006
-
+
Version 4.4.2
11-Jan-2006
-
+
Version 4.4.1
31-Oct-2005
-
+
Version 4.4.0
11-Jul-2005
-
+
Version 4.3.11
31-Mar-2005
-
+
Version 4.3.10
14-Dec-2004
-
+
-
+
-
+
-
+
-
+
Version 4.3.5
26-Mar-2004
-
+
-
+
-
+
Version 4.3.2
29-May-2003
@@ -1230,9 +1228,9 @@ More information on this release on our Releases p
More information on this release on our Releases page.
-
+
-
+
Version 4.3.1
17-Feb-2003
@@ -1240,9 +1238,9 @@ More information on this release on our Releases p
More information on this release on our Releases page.
-
+
-
+
Version 4.3.0
27-Dec-2002
@@ -1753,9 +1751,9 @@ More information on this release on our Releases p
More information on this release on our Releases page.
-
+
-
+
Version 4.2.3
06-Sep-2002
@@ -1792,9 +1790,9 @@ More information on this release on our Releases p
More information on this release on our Releases page.
-
+
-
+
Version 4.2.2
22-Jul-2002
@@ -1802,9 +1800,9 @@ More information on this release on our Releases p
More information on this release on our Releases page.
-
+
-
+
Version 4.2.1
13-May-2002
@@ -1859,9 +1857,9 @@ More information on this release on our Releases p
More information on this release on our Releases page.
-
+
-
+
Version 4.2.0
22-Apr-2002
@@ -2073,9 +2071,9 @@ or entries for the specified extension. (Jani)
More information on this release on our Releases page.
-
+
-
+
Version 4.1.2
27-Feb-2002
@@ -2090,9 +2088,9 @@ More information on this release on our Releases p
More information on this release on our Releases page.
-
+
-
+
Version 4.1.1
26-Dec-2001
@@ -2117,9 +2115,9 @@ More information on this release on our Releases p
More information on this release on our Releases page.
-
+
-
+
Version 4.1.0
10-Dec-2001
@@ -2322,9 +2320,9 @@ More information on this release on our Releases p
More information on this release on our Releases page.
-
+
-
+
Version 4.0.6
23-Jun-2001
@@ -2438,9 +2436,9 @@ More information on this release on our Releases p
More information on this release on our Releases page.
-
+
-
+
Version 4.0.5
30-Apr-2001
@@ -2585,9 +2583,9 @@ More information on this release on our Releases p
More information on this release on our Releases page.
-
+
-
+
Version 4.0.4
19-Dec-2000
@@ -2741,9 +2739,9 @@ More information on this release on our Releases p
More information on this release on our Releases page.
-
+
-
+
Version 4.0.3
11-Oct-2000
@@ -2824,9 +2822,9 @@ More information on this release on our Releases p
More information on this release on our Releases page.
-
+
-
+
Version 4.0.2
29-Aug-2000
@@ -2995,9 +2993,9 @@ More information on this release on our Releases p
More information on this release on our Releases page.
-
+
-
+
Version 4.0.1
28-Jun-2000
@@ -3159,9 +3157,9 @@ More information on this release on our Releases p
More information on this release on our Releases page.
-
+
-
+
Version 4.0.0 Release
22-May-2000
@@ -3182,8 +3180,9 @@ More information on this release on our Releases p
More information on this release on our Releases page.
-
+
+
Version 4.0, Release Candidate 2
08-May-2000
-
+
+
Version 4.0, Release Candidate 1
27-Mar-2000
-
+
+
Version 4.0, Beta 4 Patch Level 1
21-Feb-2000
-
+
+
Version 4.0, Beta 4
20-Feb-2000
-
+
+
Version 4.0 Beta 3
16-Nov-1999
-
+
+
Version 4.0 Beta 2
09-Aug-1999
-
+
+
Version 4.0 Beta 1
19-Jul-1999
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 24895cedc..3bede98fd 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -2,7 +2,7 @@
// $Id$
$_SERVER['BASE_PAGE'] = 'ChangeLog-5.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
-site_header("PHP 5 ChangeLog", array("current" => "docs", 'css' => array('changelog.css')));
+site_header("PHP 5 ChangeLog", array("current" => "docs", 'css' => array('changelog.css'), 'layout_span' => 12));
function bugfix($number) { echo "Fixed bug "; bugl($number); }
function bugl($number) { echo "#$number"; }
function peclbugfix($number) { echo "Fixed PECL bug "; bugl($number); }
@@ -11,7 +11,7 @@ function peclbugl($number) { echo "PHP 5 ChangeLog
-
+
Version 5.5.4
19-Sep-2013
-
+
-
+
Version 5.5.3
22-Aug-2013
-
+
-
+
Version 5.4.19
22-Aug-2013
-
+
-
+
Version 5.5.2
15-Aug-2013
-
+
-
+
Version 5.4.18
15-Aug-2013
-
+
-
+
Version 5.5.1
18-Jul-2013
-
+
-
+
Version 5.3.27
11-Jul-2013
-
+
-
+
Version 5.5.0
20-Jun-2013
@@ -870,9 +870,9 @@ function peclbugl($number) { echo "
-
+
-
+
Version 5.4.17
04-Jul-2013
-
+
-
+
Version 5.4.16
06-Jun-2013
@@ -989,9 +989,9 @@ function peclbugl($number) { echo "
-
+
-
+
Version 5.3.26
06-Jun-2013
@@ -1032,10 +1032,10 @@ function peclbugl($number) { echo "
-
+
-
+
Version 5.4.15
09-May-2013
-
+
-
+
Version 5.3.25
09-May-2013
-
+
-
+
Version 5.4.14
11-April-2013
-
+
-
+
Version 5.3.24
11-April-2013
-
+
-
+
Version 5.4.13
14-March-2013
-
+
-
+
Version 5.3.23
14-March-2013
-
+
-
+
Version 5.4.12
21-February-2013
-
+
-
+
Version 5.3.22
21-February-2013
-
+
-
+
Version 5.4.11
17-January-2013
-
+
-
+
Version 5.3.21
17-January-2013
-
+
-
+
Version 5.4.10
20-December-2012
-
+
-
+
Version 5.3.20
20-December-2012
@@ -1579,10 +1579,10 @@ function peclbugl($number) { echo "
-
+
-
+
Version 5.4.9
22-November-2012
-
+
-
+
Version 5.3.19
22-November-2012
-
+
-
+
Version 5.4.8
18-October-2012
-
+
-
+
Version 5.3.18
18-October-2012
-
+
-
+
Version 5.4.7
13-September-2012
-
+
-
+
Version 5.3.17
13-September-2012
-
+
-
+
Version 5.4.6
16-August-2012
-
+
-
+
Version 5.3.16
16-August-2012
-
+
-
+
Version 5.4.5
19-July-2012
-
+
-
+
Version 5.3.15
19-July-2012
-
+
-
+
Version 5.4.4
06-June-2012
-
+
-
+
Version 5.3.14
06-June-2012
-
+
-
+
-
+
Version 5.3.13
08-May-2012
- Improve fix for PHP-CGI query string parameter vulnerability, CVE-2012-2311.
-
+
-
+
Version 5.4.2
03-May-2012
- Fix PHP-CGI query string parameter vulnerability, CVE-2012-1823.
-
+
-
+
Version 5.3.12
03-May-2012
- Fix PHP-CGI query string parameter vulnerability, CVE-2012-1823.
-
+
-
+
Version 5.4.1
26-Apr-2012
@@ -2814,9 +2814,9 @@ function peclbugl($number) { echo "
-
+
-
+
-
+
Version 5.4.0
01-Mar-2012
@@ -3682,9 +3682,9 @@ function peclbugl($number) { echo "
-
+
-
+
Version 5.3.10
02-Feb-2012
@@ -3698,9 +3698,9 @@ function peclbugl($number) { echo "
-
+
-
+
Version 5.3.9
10-Jan-2012
@@ -4030,10 +4030,9 @@ function peclbugl($number) { echo "
-
-
+
-
+
Version 5.3.8
23-Aug-2011
@@ -4053,10 +4052,9 @@ function peclbugl($number) { echo "
-
-
+
-
+
Version 5.3.7
18-Aug-2011
@@ -4374,10 +4372,9 @@ function peclbugl($number) { echo "
-
-
+
-
+
Version 5.3.6
17-Mar-2011
@@ -4630,10 +4627,9 @@ function peclbugl($number) { echo "
-
-
+
-
+
Version 5.3.5
06-Jan-2011
@@ -4642,10 +4638,9 @@ function peclbugl($number) { echo "
-
-
+
-
+
Version 5.2.17
06-Jan-2011
@@ -4654,10 +4649,9 @@ function peclbugl($number) { echo "
-
-
+
-
+
Version 5.2.16
16-Dec-2010
@@ -4667,10 +4661,9 @@ function peclbugl($number) { echo "
-
-
+
-
+
Version 5.3.4
09-Dec-2010
@@ -5115,10 +5108,9 @@ function peclbugl($number) { echo "
-
-
+
-
+
Version 5.2.15
08-Dec-2010
@@ -5144,10 +5136,9 @@ function peclbugl($number) { echo "
-
+
-
-
+
Version 5.3.3
22-Jul-2010
-
-
+
-
+
Version 5.2.14
22-Jul-2010
-
-
+
-
+
Version 5.3.2
04-Mar-2010
-
-
+
-
+
Version 5.2.13
25-Feb-2010
-
-
+
-
+
Version 5.3.1
19-Nov-2009
-
+
-
-
-
+
Version 5.3.0
30-Jun-2009
@@ -6525,11 +6510,9 @@ function peclbugl($number) { echo "
-
+
-
-
-
+
Version 5.2.12
17-Dec-2009
-
+
-
-
-
+
Version 5.2.11
16-Sep-2009
@@ -6702,11 +6683,9 @@ function peclbugl($number) { echo "
-
+
-
-
-
+
Version 5.2.10
18-Jun-2009
-
+
-
-
-
+
Version 5.2.9
26-Feb-2009
@@ -6899,22 +6876,18 @@ function peclbugl($number) { echo "
-
+
-
-
-
+
Version 5.2.8
08-Dec-2008
- Reverted bug fix that broke magic_quotes_gpc (Scott)
-
+
-
-
-
+
Version 5.2.7
04-Dec-2008
@@ -7107,11 +7080,9 @@ function peclbugl($number) { echo "
-
+
-
-
-
+
Version 5.2.6
01-May-2008
@@ -7258,9 +7229,9 @@ function peclbugl($number) { echo "
-
+
-
+
Version 5.2.5
08-Nov-2007
@@ -7343,11 +7314,9 @@ function peclbugl($number) { echo "
-
+
-
-
-
+
Version 5.2.4
30-Aug-2007
@@ -7517,11 +7486,9 @@ function peclbugl($number) { echo "
-
+
-
-
-
+
Version 5.2.3
31-May-2007
@@ -7595,11 +7562,9 @@ function peclbugl($number) { echo "
-
+
-
-
-
+
Version 5.2.2
03-May-2007
-
+
-
-
-
+
Version 5.2.1
08-Feb-2007
@@ -8069,11 +8032,9 @@ function peclbugl($number) { echo "
-
+
-
-
-
+
Version 5.2.0
02-Nov-2006
@@ -8447,11 +8408,9 @@ function peclbugl($number) { echo "
-
+
-
-
-
+
Version 5.1.6
24-Aug-2006
-
+
-
+
Version 5.1.5
17-Aug-2006
-
+
-
+
Version 5.1.4
04-May-2006
-
+
-
+
Version 5.1.3
02-May-2006
-
+
-
+
Version 5.1.2
12-Jan-2006
-
+
-
+
Version 5.1.1
28-Nov-2005
-
+
-
+
Version 5.1.0
24-Nov-2005
@@ -9389,9 +9348,9 @@ function peclbugl($number) { echo "Fixed bugs , , , , , , , , , , (strtotime() related bugs). (Derick)
-
+
-
+
Version 5.0.5
05-Sep-2005
-
+
-
+
Version 5.0.4
31-Mar-2005
@@ -9816,9 +9775,9 @@ function peclbugl($number) { echo "
-
+
-
+
Version 5.0.3
15-Dec-2004
-
+
-
+
Version 5.0.2
23-Sep-2004
-
+
-
-
-
+
Version 5.0.1
12-Aug-2004
-
+
-
-
-
+
Version 5.0.0
13-Jul-2004
-
+
-
-
-
+
Version 5.0.0 Release Candidate 3
8-Jun-2004
-
+
-
-
-
+
Version 5.0.0 Release Candidate 2
25-Apr-2004
@@ -10148,11 +10099,9 @@ function peclbugl($number) { echo "
-
+
-
-
-
+
Version 5.0.0 Release Candidate 1
18-Mar-2004
@@ -10292,11 +10241,9 @@ function peclbugl($number) { echo "
-
+
-
-
-
+
Version 5.0.0 Beta 4
12-Feb-2004
@@ -10397,11 +10344,9 @@ exception). (Marcus)
- (enabling browscap causes segfault). (Wez)
-
+
-
-
-
+
Version 5.0.0 Beta 3
21-Dec-2003
@@ -10482,11 +10427,9 @@ enabled/disabled from inside the script). (Ilia)
segfault). (Moriyoshi)
-
+
-
-
-
+
Version 5.0.0 Beta 2
30-Oct-2003
@@ -10581,11 +10524,9 @@ fault?]). (Sterling, Marcus)
(Derick)
-
+
-
-
-
+
Version 5.0.0 Beta 1
29-Jun-2003
@@ -10710,7 +10651,7 @@ html_entity_decode(). (Moriyoshi)
- (Assign by reference function call changes variable
contents). (Zeev)
-
+
diff --git a/styles/changelog.css b/styles/changelog.css
index 7a89647fc..1abef471d 100644
--- a/styles/changelog.css
+++ b/styles/changelog.css
@@ -1,21 +1,15 @@
/* Changelog pages. */
-h3 {
- /* Fake the
above headings that we used to have before rejigging the
- * NEWS format. */
- border-top: solid 0.2em #99C;
- line-height: 2em;
- margin-top: 1.5em;
- padding-top: 1.25em;
+section.version {
+ border-top: solid 0.1875em #99C;
+ margin: .75em 0;
+ padding: .75em 0;
}
-hr + a[name] + h3 {
- /* Remove the fake
border if we actually have a
. */
- border-top: 0;
- margin-top: 0;
- padding-top: 0;
+section.version > :last-child {
+ margin-bottom:0;
}
-b {
+section.version b {
/* Not entirely clear how became the enclosing element for dates, but
* whatever. We'll use the same styling as dates in the news archive,
* except without the dotted border (since they're not actual
diff --git a/styles/site.css b/styles/site.css
index 615589953..e5351eafe 100644
--- a/styles/site.css
+++ b/styles/site.css
@@ -1217,6 +1217,10 @@ div.soft-deprecation-notice blockquote.sidebar {
color: #99C;
}
+section.version {
+ border-top: 1px solid #000;
+ margin:12px 0;
+}
/*
* vim: noet